.anythingSlider2 {
	width:649px;
	height:227px;
	position: relative;
}
.anythingSlider2 .wrapper {
	width:649px;
	height:227px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider2 .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
.anythingSlider2 ul li {
	display: block;
	float: left;
	padding: 0;
	width:649px;
	height:227px;
	margin: 0;
}
.anythingSlider2 .arrow {
	display:none;
}
.anythingSlider2 #thumbNav {
	position: relative;
	top:15px;
	text-align:right;
	right:15px;
}
.anythingSlider2 #thumbNav a {
	font-size:1px;
	color:#575757;
	display: inline-block;
	margin:0 0 0 5px;
	background:url(../images/slider.gif) no-repeat left top;
	width:8px;
	height:8px;
	text-align: center;
}
.anythingSlider2 #thumbNav a:hover,.anythingSlider2 #thumbNav a.cur {
	background:url(../images/slider-on.gif) no-repeat left top;
	color:#E51B24;
}
#start-stop {
	display:none;
}