/** Rotator **/
div#rotator .prev {
	position:relative;
	left:40px;
	top:-145px;
}
div#rotator .next {
	position:relative;
	left:6px;
	top:-114px;
}


div#rotator #imgholder {
	width:405px;
	height:220px;
	background-color:#FFFFFF;
	border:5px solid #404042;
	overflow:hidden;
	list-style:none;
}
div.rotatorImages {
	width:370px;
}

div#rotator #rotatorTextHolder {
	width:460px;
	height:220px;
	overflow:hidden;
}
div#rotator #rotatorTextHolder li {
	height:220px;
	display:block;
}

div#rotator #rotatorTextHolder .rotatorTextTable {
	height:220px;
}
div#rotator #rotatorTextHolder .rotatorTextTable td {
	vertical-align:middle;
}


div#rotator li {
	margin-left:0;
	display:inline;
}