
#rotator-wrapper {
	width:804px; 
	position:relative; 
	height:356px;
	background:none;
	margin-top:16px;
	margin-left:20px;
	margin-bottom:16px;
	float:left;
}

#rotator {
	width:804px; 
	height:308px; 
	padding-left:1px; 
	overflow:hidden;
/*	float:left; */
	text-align:left;
	background:url(../images/rotator/rotator-main-bg.png); 
	background-repeat:repeat-y;
	}

#rotator-top {
	width:804px;
	height:24px;
	background:url(../images/rotator/rotator-top-bg.png); 
	background-repeat:no-repeat;
	}
#rotator-top p{
	font-weight:bold;
	line-height:24px;
	padding-left:10px;
	color:#000;
	}

#rotator-bot {
	width:804px;
	height:24px;
	background:url(../images/rotator/rotator-bot-bg.png); 
	background-repeat:no-repeat;
	}

#rotator .rotator-header {
	position:absolute;
	width:100%;
	height:23px;
	background-color:none;
	font:12px Arial,Helvetica,sans-serif;
	padding-left:10px;
	}

#rotator ul {
	margin:0; 
	padding:0; 
	list-style:none;
}

#rotator ul li {
	background:url(../images/rotator/interface/marker.gif) top left no-repeat; 
	background-position:0 0px; 
	padding-left:11px; 
}

#rotator ul li strong {
	text-transform:uppercase;
} 

#rotator ul li a {
	color:#727272; 
	text-decoration: underline; 
} 

#rotator ul.ui-tabs-nav {
	position:absolute; 
	top:34px; 
	left:516px; 
	list-style:none; 
	padding:0; 
	margin:0; 
	width:278px; 
	z-index:100;  
	height:288px; 
	overflow:hidden
}

#rotator ul.ui-tabs-nav li {
	float:left; 
	width:278px; 
	height:36px; 
	overflow:hidden; 
	padding:0 0 0 0px; 
	background:none; 
	overflow:hidden 
}

#rotator ul.ui-tabs-nav li a {
	color:#ccc; 
	display:block; 
	background:url(../images/rotator/rotator-inact.png) top left no-repeat; 
	padding-left:40px; 
	width:278px; 
	line-height:36px; 
	text-decoration:none; 
	font-size:13px; 
	font-weight:normal
}

#rotator ul.ui-tabs-nav li.ui-tabs-selected a {
	color:#fff; 
	display:block;
	padding-left:40px;
	background:url(../images/rotator/rotator-act.png) top left no-repeat; 
	text-decoration:none;
}

#rotator ul.ui-tabs-nav li a strong {
	text-transform:uppercase;
}

#rotator ul.ui-tabs-nav li.last {
	padding-right:0;
}

#rotator .ui-tabs-panel {
	margin-top:0px;
	}

#rotator .ui-tabs-hide {
	display:none; 
}

#rotator .ui-tabs-panel .info {
	width:804px; 
	height:24px; 
	background:none; 
	position:absolute; 
	left:0px; 
	top:332px; 
	color:#929292; 
	line-height:24px; 
	font:12px Arial,Helvetica,sans-serif;
}

#rotator .info .inner {
	line-height:24px; 
	padding-left:10px;
/*	padding:15px 0 0 15px; */
}

#rotator ul.ui-tabs-nav li a:hover { 
	color:#fff; 
	display:block; 
	background:url(../images/rotator/rotator-act.png) top left no-repeat; 
	text-decoration:none
}
