.ProductsRotator 
{
  border:1px;
  border-left-color:gray;
  border-top-color:gray;
  border-right-color:black;
  border-bottom-color:black;
  border-style:solid; 
  background-color:white;
  cursor:default; 
}

.ProductTitle
{
  font-family:Tahoma;
  font-size:12px;   
  font-weight:bold;
  color:black; 
}

.ProductText
{
  font-family:Tahoma;
  font-size:11px;   
  color:darkslategray;
}

.ProductYear
{
  font-family:Tahoma;
  font-size:12px;   
  font-weight:bold; 
  color:darkgray; 
}

