
/* rotator in-page placement */

div#rotator 
{	position:relative;
	height:130px;
	width:220px;
	/*margin-left: 5px; */
	float:left;
}

/* rotator css */
div#rotator ul li 
{	
	/*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
}

/*****************************/
/*     second div listed     */
/* swapper in-page placement */
/*****************************/
div#Swapper
{
	position:relative;
	height:130px;
	width:220px;
	float:left;
}

/* swapper css */
div#Swapper ul li 
{
	/*float:left;*/
	position:absolute;
	list-style: none;
}

/* swapper image style */	
div#Swapper ul li img 
{
	/*border:1px solid #ccc;*/
	/*padding: 4px;
	background: #FFF;*/
}
div#Swapper ul li.show 
{
	z-index:500
}
