.anythingSlider {
	width:1004px;
	height:403px;
	position: relative;
}
.anythingSlider .wrapper {
	width:1004px;
	height:403px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	width:1004px;
	height:403px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	text-indent: -9999px;
	position: absolute;
	top:180px;
	cursor: pointer;
	width:48px;
	height:50px;
}
.anythingSlider .forward {
	background:url(../images/nextbtn.png) no-repeat;
	right:0px;
}
.anythingSlider .back {
	background:url(../images/prevbtn.png) no-repeat;
	left:0px;
}
.anythingSlider #thumbNav {
	position: relative;
	top:370px;
	text-align:right;
	padding-right:25px;
}
.anythingSlider #thumbNav a {
	font-size:1px;
	color:#FFF;
	display: inline-block;
	margin:0 0 0 5px;
	background:url(../images/slider.png) no-repeat left top;
	width:11px;
	height:11px;
	text-align: center;
}
.anythingSlider #thumbNav a:hover,.anythingSlider #thumbNav a.cur {
	background:url(../images/slider-on.png) no-repeat left top;
	color:#E51B24;
}
#start-stop {
	display:none;
}