.anythingSlider { 
	width: 604px; 
	height: 181px; 
	position: relative; 
	margin-left: 40px; 
	margin-top: 15px; 
	background: url(../images/slider-bg.png) no-repeat; 
}

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

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

.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	height: 161px; 
	width: 542px; 
	margin: 0;
}

.anythingSlider .arrow { 
	display: block; 
	height: 70px; 
	width: 26px; 
	text-indent: -9999px; 
	position: absolute; 
	top: 55px; 
	cursor: pointer; 
}

.anythingSlider .arrow:hover {
	border-bottom: none;
}

.anythingSlider .forward {
	background: url(../images/arrow-right.jpg) no-repeat; 
	right: 26px; 
}

.anythingSlider .back { 
	background: url(../images/arrow-left.jpg) no-repeat; 
	left: -26px; 
}

/********************/
/***** 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;
}
