#rotator1 {
	margin:0 auto;
  cursor: default;
  overflow: hidden; 
  position: relative;  
  width: 478px!important; 
  height: 235px;
  /*margin: 0 0 15px 0;*/
  float: left;
}
#rotator1 img
{
	display: none;
	position: absolute;
	width: 478px; 
	height:235px;
}

#rotator2 {
  margin:0 auto;
  cursor: default;
  overflow: hidden; 
  position: relative;  
  width: 479px!important;
  _width: 476px!important;  
  height: 235px;
  /*margin: 0 0 15px 0;*/
}
#rotator2 img
{
  display: none;
  position: absolute;
  width:479px;
  _width:476px;  
  height:235px;
}