.anythingSlider { 
	width: 915px; 
	height: 350px; 
	position: relative; 
	margin: 0;
	background: url(images/sliderbg.png) no-repeat; 
	margin-bottom: 10px;
}

.anythingSlider .wrapper { 
	width: 915px; 
	overflow: auto; 
	height: 350px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
}

.anythingSlider .wrapper ul { 
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 270px; 
	width: 785px; 
	padding-left: 65px;
	padding-right: 65px; 
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 150%;
	margin-top: 60px;
}

.anythingSlider ul li h3 {
	margin-bottom: 20px;
	margin-top: 5px;
}

.anythingSlider ul li h3 a {
	color: #666;
	font-size: 32px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 130%;
	font-weight: normal;
}

.anythingSlider .arrow { 
	display: block; 
	height: 62px; 
	width: 41px; 
	background: url(images/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 144px; 
	cursor: pointer; 
}

.anythingSlider .forward { 
	background-position: 0 0; 
	right: 5px; 
}

.anythingSlider .back { 
	background-position: -41px 0; 
	left: 5px; 
}

.anythingSlider:hover .forward { 
	
}

.anythingSlider .forward:hover { 
	
}

.anythingSlider:hover .back, 
.anythingSlider .back:hover { 
}

#thumbNav { 
	position: relative; 
	top: 280px;  
	text-align: center; 
}

#thumbNav a { 
	display: inline-block; 
	color: #fff;
	height: 16px; 
	width: 16px;
	line-height: 16px;
	margin: 0 10px 0 0; 
	background: url(images/slide-nav.png) no-repeat; 
	text-align: center;
	text-indent: -9999px;
	background-position: 0 0; 
}

#thumbNav a:hover { 
	background-position: 0 -16px; 
}

#thumbNav a.cur { 
	background-position: 0 -16px; 
}

#start-stop { 
	display: none; 
}


/*  Prevents */

.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; 
}