.Rotator 
{
  border:0px;  
  border-style:none;
  cursor:default; 
}

.RotatorFrame 
{
  border:0px; 
  border-color:white; 
  border-style:solid; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:Transparent;
  cursor:default;
}

.RotatorFrameOver 
{
  border:0px; 
  border-color:darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  border-style:solid; 
  width:450px; 
  height:25px; 
  font-family:verdana; 
  font-size:11px; 
  background-color:Transparent;
  cursor:default;
}

.ProductTitle
{
  background-color:white; 
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
}

.ProductText
{
  background-color:white; 
  font-family:Verdana;
  font-size:11px;   
  color:darkslategray;
  width:220px;
}

.ProductPrice
{
  background-color:white; 
  font-family:Verdana;
  font-size:12px;   
  font-weight:bold; 
  color:Red; 
}

