@charset "UTF-8";
/* CSS Document */

/*------------------------Fader-----------------------*/

/* rotator in-page placement */
    div#rotator {
	position:relative;
	/* 
	height:345px;
	margin-left: 15px;
	*/
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border: none;
	padding: 0px;
	background: #f2f1ed;
}
    div#rotator ul li.show {
	z-index:500;
}

/* Styles specific to home page fader */
#rotator.fader_home {	
	width: 422px;
	height: 345px;
	margin: 18px 0px 7px 18px;	
}

