@charset "utf-8";
/* CSS Document */

#rotator{ /*This is the main box that contains the entire rotator */
	color:#000000;
	height:255px;
	width:603px;
	float:left;
	margin:0px 0 15px;
	padding:0;
}

.ui-tabs-panel { /* This is the large rotator content */
	width:550px;
	height:255px;
	background-color:#333;
}

.a1{
	border:0;
	color:#000000;
}



.ro1{
	margin-left:20px; margin-top:0;
	padding-right:20px;
}

#fragment-1{
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFFFFF;
}

#rotator .ui-tabs-hide { /* This hides all the rotators but the current one */
	display:none;
}

ul#rotatorList { /*Styling the list */
	margin:0;
	width:45px;
	list-style:none;
	float:right;
	height:255px;
	padding:0;
}

ul#rotatorList li { /*Styling the list boxes */
	margin:0 0 5px;
	background-color:#111;
}

ul#rotatorList li a { /*Styling the list box links */
	display:block;
	color:#CCC;
	width:45px;
	text-align:center;
	height:20px;
}

ul#rotatorList li a:hover, .ui-tabs-selected a { /*Styling the list box links hover styles */
	text-decoration:none;
	background-color:#333;
}

#rotatorbase{
	background:url(../images/rotater_under.jpg) repeat-x;
	height:18px;
	width:1020px;
}