/* Rotator Layout
--------------------------------------------------------------------------------------- */

.rotator { 
	width:500px; 
	height:190px; position: relative;}

#divMainRotator { width:500px; height:190px; overflow:hidden;}

.featured_project { width:500px; height:190px; overflow:hidden;}


#divMainRotatorNav { 
	position:absolute; 
	bottom:8px; 
	left:345px; 
	z-index:99; 
	height: 22px; 
	width:200px; 
	overflow: hidden;
	}
#divMainRotatorNav a { 
	display: block; 
	float: left; 
	width: 20px; 
	height: 22px; 
	background:url(../imagens/btn_rotator_active2.jpg) top right no-repeat; 
	text-align: center; 
	line-height: 22px; 
	font-size: 0.8em; 
	color: #ffffff; 
	margin-right: 10px; 
	}
#divMainRotatorNav a:hover { 
	background:url(../imagens/btn_rotator_active2.jpg) top left no-repeat; 
	text-decoration: none; 
	}
#divMainRotatorNav a.activeSlide { 
	background:url(../imagens/btn_rotator_active2.jpg) top left no-repeat; 
	text-decoration: none; 
	color: #ffffff; 
	}
#divMainRotatorNav a:focus { outline: none; }
