.anythingSlider {
	width: 998px;
	height: 232px;
	position: relative;
	direction:ltr;
}
.anythingSlider .wrapper {
	width: 998px;
	overflow: auto;
	height: 232px;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	padding:0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 232px;
	width: 998px;
}
.anythingSlider .arrow {
	display: block;
	height: 18px;
	width: 18px;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	bottom:10px;
}
.anythingSlider .forward {
	background:url(../images/arrow-right.gif) no-repeat center;
	left:60px;
}
.anythingSlider .back {
	background:url(../images/arrow-left.gif) no-repeat center;
	left:35px;
}
#thumbNav {
	position: relative;
	top: 323px;
	text-align: center;
	display:none;
}
#start-stop {
	background: url(../images/play-btn.gif) no-repeat center;
	width: 18px;
	height:18px;
	position: absolute;
	text-indent: -9999px;
	left: 10px;
	bottom: 10px;
}
#start-stop.playing {
	background: url(../images/pause-btn.gif) no-repeat center;
}