
/* rotator in-page placement */

    div.rotator {

	position:relative;
	height:100px;
	margin-left: 0px;
	display: none;

}

/* rotator css */

	div.rotator ul li {

	float:left;
	position:absolute;
	list-style: none;
	margin:0px; padding:0px;

}

li.medio{
	width:50px;

	
	}

/* rotator image style */	

	div.rotator ul li img {

	border:0px solid #ccc;
	padding: 0px;
	background: none;

}

    div.rotator ul li.show {

	z-index:2

}