
  


/* CSS Document */
 #rotator{

width:1000px;
height:330px;
left:-15px;
}

/*image rotater*/
div#rotator {

	position:relative;
	height:330px;
	
}
/* rotator css */
	div#rotator ul li {

	position:absolute;
	list-style: none;
	
	top: 1px;
}
/* rotator image style */	
	div#rotator ul li img {

	background: #FFF;
}
    div#rotator ul li.show {
	z-index:1;
}
/*rotator end*/
