/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:96px;

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

}
    div#rotator ul li.show {

}




/* rotator in-page placement */
    div#rotator1 {
	position:relative;
	height:96px;

}
/* rotator css */
	div#rotator1 ul li {
	position:absolute;
	list-style: none;
	left: -2px;
	width: 698px;
}
/* rotator image style */	
	div#rotator1 ul li img {
	border:1px solid #ccc;

}
    div#rotator1 ul li.show {

}

