.rotator {
	width: 950px;
	height: 350px;
	position: relative;
	margin: 0;
}
.rotator .wrapper {
	width: 950px;
	overflow: auto;
	height: 350px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #303030;
}
.rotator .wrapper ul {
	width: 9999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #101010;
	margin: 0;
}

.rotator ul li {
	display: block;
	float: left;
	padding: 0;
	height: 350px;
	width: 950px;
	margin: 0;
}

.rotator .arrow {
	display: none;
}

.rotator .forward {
}
.rotator .back {
}
.rotator .forward:hover {
}
.rotator .back:hover {
}

#thumbNav {
	position: absolute;
	top: 300px;
	right: 72px;
	text-align: center;
}
#thumbNav a {
	color: #e8e8e8;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #000;
	text-align: center;
	text-decoration: none;
	border: 1px solid #505050;
}
#thumbNav a:hover {
	background: #303030;
}
#thumbNav a.cur {
	background: #505050;
}

#start-stop {
	background: #000;
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 300px;
	right: 18px;
	text-decoration: none;
	border: 1px solid #505050;
}
#start-stop.playing {
	background-color: #000;
}
#start-stop:hover {
	background-image: none;
}

/*
Prevents
*/
.rotator .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
.rotator .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.rotator .wrapper. ul li
{
	position: absolute;
}

.rotator .wrapper h2
{
	position: relative;
	z-index: 20;
	padding: 3px 24px;
	background: #000;
	opacity: .8;
	-moz-opacity: .8;
	width: 950px;
	top: 150px;
	font-size: 26px;
	filter:alpha(opacity=80);
}

.rotator .wrapper h2 span
{
	font-size: 120%;
}

.rotator .wrapper img
{
	margin-top: -70px;
	height: 350px;
}