@charset "utf-8";



/*- Home Page Image rotator --------------------------- */

/* rotator in-page placement */
    #rotator {
	position:relative;
	height:589px;
	padding:0;
    margin:16px 0 0 -14px;
	color:#fff;
}
/* rotator css */
	#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin:0;
	padding:0;
	color:#fff;
}
/* rotator image style */	
	#rotator ul li img {
	padding:0;
	background: #fff;
}
    #rotator ul li.show {
	z-index:500




/*- ----------------------------------------------------------- */

