.anythingSlider {

	width: 626px;

	height: 360px;

	position: relative;

	margin: 0 0 15px 0;

	padding: 0;

	z-index:10;

}



.anythingSlider .arrow {

	display: block;

	height: 200px;

	width: 67px;

	background: url(Images/arrows.png) no-repeat 0 0;

	text-indent: -9999px;

	position: absolute;

	top: 65px;

	cursor: pointer;

	z-index:510;

	

}



.anythingSlider .back { background-position: -67px 0; left: -20px; }



.anythingSlider .back:hover { background-position: -67px -200px; }



.anythingSlider .forward { background-position: 0 0; right: -20px; }



.anythingSlider .forward:hover { background-position: 0 -200px; }



.anythingSlider .wrapper {

	width: 626px;

	overflow: auto;

	height: 331px;

	margin: 0 ;

	position: absolute;

	top: 0;

	left: 0;

	padding: 0;

	z-index:51;

	

}



.anythingSlider .wrapper ul {

	width: 99999px;

	list-style: none;

	position: absolute;

	top: 0;

	left: 0;

	background: #eee;

	border-top: 3px solid white;

	border-bottom: 3px solid white;

	margin: 0;

	padding: 0;

	z-index:51;

	

}



.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;

	

}



.anythingSlider ul li {

	display: block;

	float: left;

	padding: 0;

	height: 317px;

	width: 626px;

	margin: 0;

	

}



#start-stop {

	background: green;

	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;

	color: white;

	width: 40px;

	padding: 2px 8px;

	height: 18px;

	text-align: center;

	position: absolute;

	right: 65px;

	top: 323px;

	

}



#start-stop.playing { background-color: red; }



#start-stop:hover { background-image: none; }



#thumbNav { position: relative; top: 323px; text-align: center; }



#thumbNav a {

	color: black;

	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;

	display: inline-block;

	padding: 2px 8px;

	height: 18px;

	margin: 0 10px 0 0;

	background: #c58b04 url(Images/cellshade.png) repeat-x;

	text-align: center;

	z-index:100;

}



#thumbNav a.cur { background: #e0a213; }



#thumbNav a:hover { background-image: none; }


