@charset "utf-8";
/* CSS Document */

/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:177px;
	left:1px;
	top:1px;
	width:998px;
	 
	 
	
 
	
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
 
	list-style: none ;
	width:100%;
	margin:0 auto;
	
	 
	
}

	div.rotator ul li a {
 cursor: default;
 display:block;
	 
	
}
/* rotator image style */	
	div.rotator ul li img {
	border:0px solid #ccc;
	 
	width: 1000px!important;
	height: 175px;
	background: #FFF;
	 
}
        div.rotator ul li.show {
	z-index:500;
}


.listaRot{
	margin:  0 auto;
     
	padding-left:0;
	 
}