/* Rotator Styles */

#rotator {
	position:relative;
	margin:auto; 
	z-index:0;
}

/* Tabs */
ul.ui-tabs-nav, li.ui-tabs-nav-item, li.ui-tabs-nav-item a:link, li.ui-tabs-nav-item a:visited {
	margin:0;
	padding:0;
	border:0;
	outline:0;
    width: 18px;
    height: 18px;
    padding-left: 10px;
    _padding-left: 10px;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	
}

ul.ui-tabs-nav {
	position:absolute;
	bottom:20px;
    width:120px;
    height:18px;
    padding: 4px;
	right:0;
	z-index:1;
	background: url(images/bg_linkad.gif) no-repeat bottom right; 
}

/* Non-Selected Tabs */
li.ui-tabs-nav-item a:link,
li.ui-tabs-nav-item a:visited {	
	font-size:.8em;
	font-weight:normal;
	color:#FFFFFF;
    font-weight: bold;
	background: url(images/bolaazul.gif) no-repeat bottom right; 
}

/* Hovered Tab */
#rotator .ui-tabs-nav-item a:hover,
#rotator .ui-tabs-nav-item a:active {
	background: url(images/bolaamarela.gif) no-repeat bottom right;
	color:#000;
}

#rotator .ui-tabs-nav-item a span {
    line-height: 18px;
    text-align: center;
	float:left; 
	padding-left:5px;
	_padding-left:6px;
	cursor:pointer;
}

/* Active Tab */
#rotator .ui-tabs-selected a:link,
#rotator .ui-tabs-selected a:visited,
#rotator .ui-tabs-selected a:hover,
#rotator .ui-tabs-selected a:active {
	background: url(images/bolaamarela.gif) no-repeat bottom right;
	color:#000;
}

/* Content Panels */
#rotator .ui-tabs-panel {
	font-family:Arial, Helvetica, sans-serif;
	clear:left;
	color:#000;
	/*padding:40px 540px 15px 15px;*/
    height:235px;
	z-index:0;
}

#rotator .ui-tabs-hide {
	display:none;
}

.botnavigation{
background: url(../images/bot_ads.png) no-repeat ;
width:33px;
height:26px;
text-align:left;
text-indent:-10px;
padding-top:2px;
}

