.anythingSlider {
	width : 680px;
	height : 360px;
	position : relative;
	margin-top : 0;
	margin-bottom : 15px;
	margin-right : 0;
	margin-left : 0;
	padding : 0;
}
.anythingSlider .wrapper {
	width : 640px;
	overflow : hidden;
	height : 341px;
	position : absolute;
	top : 0;
	left : 0;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
	padding : 0;
}
.anythingSlider .wrapper ul {
	width : 9999px;
	list-style : none;
	position : absolute;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
}
.anythingSlider ul li {
	display : block;
	float : left;
	padding : 0;
	height : 317px;
	width : 640px;
	margin : 0;
	list-style-type : none;
}
.anythingSlider .arrow {
	display : block;
	height : 200px;
	text-indent : -9999px;
	position : absolute;
	top : 65px;
	cursor : pointer;
	background-image : url(../../images/arrows.png);
	background-repeat : no-repeat;
	background-position : 0 0;
	margin : 0;
	padding : 0;
}
.anythingSlider .forward {
	background-position : 0 0;
	right : -20px;
}
.anythingSlider .back {
	background-position : -67px 0;
	left : -20px;
}
.anythingSlider .forward:hover {
	background-position : 0 -200px;
}
.anythingSlider .back:hover {
	background-position : -67px -200px;
}
#thumbNav {
	position : relative;
	top : 360px;
	text-align : left;
	overflow: hidden;
}
#thumbNav a {
	color : #fff;
	padding : 2px 8px;
	height : 18px;
	margin : 0 5px 0 0;
	text-align : center;
	background-color : #7fb722;
	font-size : 11px;
	line-height : 18px;
}
#thumbNav a.cur {
	background-color : #063;
	color : #fff;
}
#start-stop {
	color : white;
	padding : 2px 5px;
	width : 40px;
	text-align : center;
	position : absolute;
	right : 0;
	top : 360px;
	background-color : #063;
}
#start-stop.playing {
	background-color : #7fb722;
}
#start-stop:hover {
	background-color : #9c0;
}
.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;
}
