
	

	div#rotator {

	position:relative;
	
	margin-left:0px;

	
}
/* rotator css */
	div#rotator ul li {
	z-index:3;
	float:left;
	list-style: none;
	position:absolute;
		
}
/* rotator image style */	
    div#rotator ul li.show {
	z-index:2;
	
}
* html div#rotator {

	margin:0 0 43px 0;
	}

