/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider {
	width: 583px;
	height: 239px;
	position: relative;
	margin: 0;
}
.shader {
	background:url(../images/shades.png) top no-repeat;
	width:583px;
	height:210px;
	position:absolute;
	z-index:1;
}
.contentWrapper {
	width:562px;
	height:176px;
	margin:0 0 0 -30px;
	z-index:0;
}
.anythingSlider .wrapper {
	width: 583px;
	overflow: auto;
	height: 239px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	background:url(../images/background.jpg) no-repeat;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	float: left;
	padding: 0;
	height: 239px;
	width: 583px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 0px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
	display:none;
}
.anythingSlider .forward, .anythingSlider .back, .anythingSlider .forward:hover, .anythingSlider .back:hover {
	display:none;
}
#thumbNav {
	position: relative;
	left:50px;
	top: 212px;
	cursor:pointer;
}
#thumbNav a {
	color: black;
	display: inline-block;
	padding: 0;
	height: 17px;
	width:18px;
	background:url(../images/menu.png) no-repeat center;
	margin: 0;
	cursor:pointer;
}
#thumbNav a.cur {
	background:url(../images/menu.current.png) no-repeat center;
	cursor:pointer;
}
#start-stop {
	color:#000;
	text-decoration:none;
	cursor: pointer;
	text-align: right;
	position: absolute;
	left: 15px;
	top: 211px;
}
#start-stop.playing {
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

