/* Horizontal Carousel */
#horizontal_carousel {  float:left;  width: 575px;  height: 135px;  position: relative;}         
#horizontal_carousel .container {  position: absolute;  top: 0px;  left: 37px;    width: 504px;  height: 135px;  overflow:hidden;     background: #f0f0f0 url(/skin/frontend/default/default/images/prototype/carousel/horizontal/bgcarousel.jpg) no-repeat;}            

#horizontal_carousel .previous_button {  position: absolute;  top: 0px;  left: 10px;  width: 27px;  height: 139px;  background: url(/skin/frontend/default/default/images/prototype/carousel/horizontal/left.png) center center no-repeat;  z-index: 100;      cursor:pointer;}        
#horizontal_carousel .previous_button_disabled {  background: url(/skin/frontend/default/default/images/prototype/carousel/horizontal/left-disabled.png) center center no-repeat;  cursor:default;}
#horizontal_carousel .next_button {  position: absolute;  top: 0px;  right: 10px;  width: 27px;  height: 139px;  background: url(/skin/frontend/default/default/images/prototype/carousel/horizontal/right.png) center center no-repeat;  z-index: 100;  cursor:pointer;}   
#horizontal_carousel .next_button_disabled {  background: url(/skin/frontend/default/default/images/prototype/carousel/horizontal/right-disabled.png) center center no-repeat;  cursor:default;}

#horizontal_carousel ul {  margin: 0;  padding:0;  width: 100000px;  position: relative;  top: 0;  left: 0;  height: 135px;}
#horizontal_carousel ul li {  font-family:verdana,arial,sans-serif;  font-size:10px;  border:0px solid green;  color: navy;  margin:0pt;  padding:5px 10px 10px;  width:106px;  list-style:none;     float:left;  display:block;  height:115px;}
#horizontal_carousel ul li img {  border:1px solid #e3e1e1;  display:block; background:#E3EDFA;    height:62px;}                      
#horizontal_carousel ul li a:hover img {  border:1px solid #408bc2;  } 

a.title_carousel {
	display:block;
	font-size:11px;
	height:22px;
	margin-bottom:6px;
	overflow:hidden;
	text-align:center;
	width:106px;
}

a.image_carousel{
  display:block;
  height:70px;
  width:50px;
  margin-left:18px;
}

#horizontal_carousel ul li strong{
  display:block;
  color:#4f5356;
  font-size:10px;
  text-align:center
}

#horizontal_carousel ul li strong span{
  color:#2b96df;
  font-size:11px;
  font-weight:bold;
}
img.horizontal_carousel_borderb{padding-bottom:14px;width:562px;margin:0 auto;display:block}

#top10_carousel form p {
  display: inline;
}

#top10_carousel form fieldset {
  border: none;
  padding: 0;

