/* Banner */
#banner_rotate { position: relative; width: 432px; height:202px; overflow:hidden; margin: 0px; }
#banner_rotate img.first { display: block;  }

#controls { z-index: 1000; position: absolute; top: 0; right: 0; display: none;
    background-color: #fff; border: 1px solid #ddd; margin: 0; padding: 6px; 
    width: 90px;
}
#controls span { margin: 0 5px }


#banner_rotate #pager {
	position: absolute;
	top: 175px;
	right: 10px;
	z-index: 999;
	background-color:#fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 2px 5px 2px;
}

#banner_rotate #pager a {
	font-size: 12px;
	background-color: #fff;
	padding: 2px 2px;
	margin-left: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	margin-right: 3px;
}

#banner_rotate #pager a:hover, #banner_rotate #pager a.activeSlide {
	color: #fff;
	background-color: #9ab50e;
}

#rotate {
	height: 202px;
	width: 432px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1px;
} 
 
