* {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px;

}


/* rotator in-page placement */
    div.rotator {
	position:relative;
	margin-left: 0px;
	display: none;
	padding:0px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	padding: 0px;
}
    div.rotator ul li.show {
	z-index:500
}
/* Rotator - 1*/
    div.rotator1 {
	position:relative;
	margin-left: 0px;
	display: none;
}
/* rotator css */
	div.rotator1 ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator1 ul li img {
	padding: 0px;
}
    div.rotator1 ul li.show {
	z-index:500
}

/* Rotator - 2*/
    div.rotator2 {
	position:relative;
	margin-left: 0px;
	display: none;
}
/* rotator css */
	div.rotator2 ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator2 ul li img {
	padding: 0px;
}
    div.rotator2 ul li.show {
	z-index:500
}
