/* Rotator Layout
--------------------------------------------------------------------------------------- */

.rotator { 
	width:970px; 
	height:320px; position: relative;}

#divMainRotator { width:970px; height: 320px; overflow: hidden;}

.featured_project { width: 970px; height: 320px; overflow: hidden;}
.featured_project img { float: right; display: inline;}

#divMainRotatorNav {
	position:absolute;
	bottom:31px;
	left:42px;
	z-index:99;
	height: 20px;
	width:414px;
	overflow: hidden;
	}
#divMainRotatorNav a { 
	display: block; 
	float: left; 
	width: 35px; 
	height: 20px; 
	background:url(../images/btn_rotator_active.png) top right no-repeat; 
	text-align: center; 
	line-height: 20px; 
	font-size: 0.7em;
	font-weight:bold;
	color: #ffffff; 
	margin-right: 5px; 
	}
#divMainRotatorNav a:hover { 
	background:url(../images/btn_rotator_active.png) top left no-repeat; 
	text-decoration: none; 
	}
#divMainRotatorNav a.activeSlide { 
	background:url(../images/btn_rotator_active.png) top left no-repeat; 
	text-decoration: none; 
	color: #ffffff; 
	}
#divMainRotatorNav a:focus { outline: none; }
