.body{
padding:0px;
margin:0px;
border:0px;
}
.imagert { 
   position: relative; 
   width: 100%; /* for IE 6 */
}
.homert { 
   position: relative; 
   width: 100%; /* for IE 6 */
}
.logoshow { 
   position: absolute; 
   top: 160px; 
   left: 580px; 
   width: 200px; 
z-index:1;
}


/* rotator in-page placement */
    div.rotator {
	position:relative;
	height:250px;
	display:none;
z-index:-1;

}
/* rotator css */
	div.rotator ul {
	margin:0;
	padding:0;
}
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500;
}



/* rotator in-page placement */
    div.homert {
	position:relative;
	height:250px;
display: none;
z-index:1;
}

/* rotator css */
	div.homert ul {
	margin:0;
	padding:0;
}
	div.homert ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.homert ul li img {
	border:0px solid #ccc;
	padding: 0px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500;
}