/* Rotator Layout
--------------------------------------------------------------------------------------- */

.rotator { 
	width:870px; 
	height:250px; position: relative;}

#divMainRotator { width:870px; height:250px; overflow:hidden;}

.featured_project { width:870px; height:250px; overflow:hidden;}


#divMainRotatorNav {
	position:absolute;
	bottom:10px;
	left:660px;
	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; }
