.anythingSlider, .anythingSlider .wrapper, .anythingSlider ul li{ 
	width: 300px; 
	height: 150px; 
}

.anythingSlider { 
	position: relative; 
	margin: 0; 
}
.anythingSlider .wrapper { 
	overflow: auto; 
	margin: 0; 
	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; 
	background: #eee; 
	margin: 0; 
}
.anythingSlider ul li { 
	display: block; 
	float: left; 
	padding: 0; 
	margin: 0; 
}

.anythingSlider .arrow { 
	display: block; 
	width: 7px; 
	height: 8px; 
	text-indent: -9999px; 
	position: absolute; 
	top: 166px; cursor: pointer;
	background: url(/slideshow/img/arrows.png) no-repeat 0 0; 
}
.anythingSlider .forward { background-position: 0 0; right: -10px; }
.anythingSlider .back { background-position: -7px 0; left: -10px; }
.anythingSlider .forward:hover { background-position: 0 -8px; }
.anythingSlider .back:hover { background-position: -7px -8px; }

#thumbNav { 
	position: relative; 
	top: 160px; 
	text-align: center; 
}
#thumbNav a { 
	color: #777; 
	font-size: 9px;
	line-height: 11px;
	font-family: sans-serif; 
	display: inline-block; 
	padding: 0 8px 2px 8px; 
	height: 7px; 
	margin: 2px 0; 
	text-align: center;
	text-decoration: none; 
	border-right: solid 1px black;
}
#thumbNav a.cur { color: black; }

/* 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; 
}