.anythingSlider {
	height:366px;
	margin:0;
	position:relative;
	width:650px;
}

.anythingSlider .wrapper {
	height:366px;
	left:0;
	margin:0;
	overflow:auto;
	position:absolute;
	top:0;
	width:650px;
}

.anythingSlider .wrapper ul {
	top:0;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:9999px;
}

.anythingSlider ul li {
	display:block;
	float:left;
	height:366px;
	margin:0;
	padding:0;
	width:650px;
	text-align:center;
}

.anythingSlider .arrow {
	/*background:url("/images/slider/arrows2.png") no-repeat scroll 0 0 transparent;*/
	cursor:pointer;
	display:block;
	position:absolute;
	text-indent:-9999px;
	top:120px;
	width:50px;
	height:50px;
	display:none;
}

.anythingSlider .back {
	background-position:0 0;
	background-color:#ccc;
}

.anythingSlider .forward {
	background-position:-50px 0;
	left:50px;
	background-color:#000;
}

.anythingSlider .back:hover {
	background-position:-2px -137px;
}

.anythingSlider .forward:hover {
	background-position:-50px -138px;
}

#thumbNav {
	position:relative;
	text-align:left;
	top:335px;
	margin:0 0 0 7px;
}

#thumbNav a {
	-moz-border-radius:2px;
	background-color:#4f3a1f;
	color:#fff;
	display:inline-block;
	font:11px 'Lucida Grande', Arial, sans-serif;
	height:18px;
	margin:0 7px 0 0;
	padding:3px 10px;
	text-align:center;
	text-decoration:none;
}

#thumbNav a:hover {
	background-color:#333;
	background-image:none;
}

#thumbNav a.cur {
	background:none repeat scroll 0 0 #e7b233;
}

#start-stop {
	-moz-border-radius:2px;
	background-color:green;
	color:white;
	display:none;
	padding:2px 5px;
	position:absolute;
	right:450px;
	text-align:center;
	top:323px;
	width:80px;
}

#start-stop.playing {
	background-color:red;
}

#start-stop:hover {
	background-image:none;
}

.anythingSlider .wrapper ul ul {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	margin:0;
	overflow:visible;
	position:static;
	width:auto;
}

.anythingSlider .wrapper ul ul li {
	background:none repeat scroll 0 0 transparent;
	float:none;
	height:auto;
	width:auto;
}
