/* Horizontal Carousel */
#horizontal_carousel {float: left; width:210px; height: 110px;position: relative;}
#horizontal_carousel .container {float: left; width: 202px; height: 110px; position: relative; overflow: hidden;}
#horizontal_carousel ul { margin: 0; padding:0; width: 100000px; position: relative; top: 0; left: 0; height: 100px;}                      
#horizontal_carousel ul li {padding:0px; width: 101px; height:100px; background:#eee; 
    list-style:none; display:block; float:left; background:none;}

#horizontal_carousel ul li img{height:90px; width:100px;}

#horizontal_carousel .previous_button {
  float:right;  width: 26px; height: 19px;
  margin-right:3px;
  background: url(/frontend/Gui/bellschool/carousel/images/left.png)  no-repeat 100% 0px;
  z-index: 100;
  cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);
  opacity: 0.8; 
}

#horizontal_carousel .previous_button_over {
  background: url(/frontend/Gui/bellschool/carousel/images/left.png) no-repeat 100% 0px;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
  opacity: 1; 
}

#horizontal_carousel .previous_button_disabled {
  background: url(/frontend/Gui/bellschool/carousel/images/left.png) no-repeat 100% 0px;
  cursor: default;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.3);
  opacity: 0.3; 
}

#horizontal_carousel .next_button {
  float:right;  
  width: 26px; height: 19px;
  margin-right:9px;
  background: url(/frontend/Gui/bellschool/carousel/images/right.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);
  opacity: 0.8; 
}

#horizontal_carousel .next_button_over {
  background: url(/frontend/Gui/bellschool/carousel/images/right.png) no-repeat;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
  opacity: 1; 
}

#horizontal_carousel .next_button_disabled {
  background: url(/frontend/Gui/bellschool/carousel/images/right.png) no-repeat;
  cursor: default;
  filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.3);
  opacity: 0.3; 
}


