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

/*==== JQUERY GALLERY STYLES IMAGE ROTATOR ===*/

/* rotator in-page placement */
    div.rotator {
	position:relative;
	width: 100%;
	display: none;
}
/* rotator css */
	div.rotator ul li {
	margin-left: 0px;
	float:right;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	background: #FFF;
	overflow: hidden;
}
    div.rotator ul li.show {
}