.anythingSlider { 
	width: 540px; 
	height: 180px; 
	position: relative; 
	margin: 0; 
	float: left;
}

.anythingSlider .wrapper { 
	width: 540px; 
	overflow: auto; 
	height: 180px; 
	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: 30px; 
	width: 540px; 
	padding-top: 150px;
	margin: 0; 
	background: #e8e8e8;
	text-align: right;
}

.anythingSlider ul li a {
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Georgia;
	margin-right: 18px;
	font-size: 14px;
}

.anythingSlider .arrow { 
	display: none; 
	height: 200px; 
	width: 67px; 
	background: url(images/arrows.png) no-repeat 0 0; 
	text-indent: -9999px; 
	position: absolute; 
	top: 30px; 
	cursor: pointer; 
}

.anythingSlider .forward { 
	background-position: 0 0; 
	right: -20px; 
}

.anythingSlider .back { 
	background-position: -67px 0; 
	left: -20px; 
}

.anythingSlider:hover .forward { 
	background-position: 0 -200px; 
}

.anythingSlider .forward:hover { 
	background-position: 0 -200px; 
}

.anythingSlider:hover .back, 
.anythingSlider .back:hover { 
	background-position: -67px -200px; 
}

#thumbNav { 
	position: relative; 
	top: -12px;  
	text-align: right; 
}

#thumbNav a { 
	display: inline-block; 
	color: #fff;
	height: 6px; 
	width: 6px;
	line-height: 6px;
	margin: 0 0 0 6px;
	background: url(images/slide-nav.png) no-repeat; 
	text-align: center;
	text-indent: -9999px;
	background-position: 0 0; 
}

#thumbNav a:hover { 
	background-position: 0 -6px; 
}

#thumbNav a.cur { 
	background-position: 0 -6px; 
}

#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; 
}