﻿/* rotator in-page placement */
div#rotator {
	position:relative;
	height:200px;
	margin: 0px 0px 0px 0px;
}
/* rotator css */
div#rotator ul li
{
  margin-left: -40px;
  margin-top: -20px;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator ul li img {
	/*border:1px solid #ccc;*/
	padding: 4px;
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500
}

/* rotator in-page placement */
div#rotator2 {
	position:relative;
	height:300px;
	margin: 20px 0px 0px 0px;
}
/* rotator css */
div#rotator2 ul li
{
  margin-left: -40px;
  margin-top: 0;
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
div#rotator2 ul li img {
	/*border:1px solid #ccc;*/
	padding: 4px;
	background: #FFF;
}
div#rotator2 ul li.show {
	z-index:500
}