.Rotator 
{
  border:solid 1px #00A7AF; 
  background-color:white;
  cursor:default; 
}

.RotatorFrame 
{
  border:solid 1px white; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px #00A7AF; 
  border-bottom-color:#00A7AF;
  border-right-color:#00A7AF;
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:white; 
  cursor:default;
}

.ProductTitle
{
  font-family:Verdana;
  font-size:11px;   
  font-weight:bold; 
  color:#00A7AF;
}


