/** Feature Box **/

#rotator {
	position: relative;
	width: 950px;
	height: 400px;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #695e4a;
}

#rotator .gallery {
width:100%;
overflow:hidden;
}

#rotator .gallery .positioning {
display:	block;
}

#rotator .gallery {
height:  300px;  
width:   950px;  
padding: 0;  
margin:  0; 
}

#rotator .gallery .positioning {   
height:  300px;  
width:   700px;  
top:  0; 
left: 0 
}

#rotator .gallery .text {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 250px;
	height: 300px;
	overflow: hidden;
	background: #000;
}

#rotator .gallery .text .inside {
	padding: 15px;
}

#rotator .gallery .text .inside h1 {
	font: normal 22px Georgia, Times, serif;
	color: #fff;
	letter-spacing: -.01em;
}

#rotator .gallery .text .inside h2 {
	font: normal 16px Georgia, Times, serif;
	color: #fff;
	letter-spacing: -.01em;
	border: 0;
	margin: 0;
	padding: 0;
}

#rotator .gallery .text .inside h2 a {
	color: #b4c977;
}

#rotator .gallery .text .inside h2 a:hover {
	color: #fff;
}

#rotator .gallery .text .inside {
	font: normal 10px/1.5em verdana, arial;
	color: #fff;
}


/*======= SWITCHER ========*/

#rotator .switcher {
position: absolute;
left: 20px;
top: 340px;
padding:0;
margin: 0 auto;
list-style: none;
overflow: hidden;
z-index: 10;
}

#rotator .switcher li{
text-indent: -999px;
float:left;
width: 18px;
height: 18px;
margin:0 10px 0 0;
padding: 0;
background-image: url(/images/circle.png);
}

#rotator .switcher li a{
text-indent: -999px;
width: 18px;
height: 18px;
border: 0;
text-decoration:none;
background-image: url(/images/circle.png);
float:left;
padding: 0;
margin: 0;
}

#rotator .switcher li a.activeSlide,
#rotator ul.switcher li.active a,
#rotator ul.switcher li a:hover{
width: 18px;
height: 18px;
text-indent: -999px;
border: 0;
background-image: url(/images/circle-active.png);
}
