/* Horizontal Carousel */
#horizontal_carousel {
  overflow:hidden;
  float:left;
  width: 630px;
  height: 280px;
  margin-bottom: 10px;
  position: relative;  
}         

#horizontal_carousel .container {
  top: 5px;
  left: 37px;  
  width: 630px;
  height: 280px;
  overflow:hidden;   
  background: #3F3F3F;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 240px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url(classic/horizontal/left.png) center center no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/left-disabled.png) center center no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 240px;
  left: 60px;
  width: 30px;
  height: 30px;
  background: url(classic/horizontal/right.png) center center no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/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: 280px;
}                      

#horizontal_carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA;  
}                               


#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:10px;
  width:610px;
  height:260px;
  list-style:none;   
  float:left;
}
#horizontal_carousel ul li.info1 {
  background: url(classic/bg_slider1.jpg) center center no-repeat;
}
#horizontal_carousel ul li.info2 {
  background: url(classic/bg_slider2.jpg) center center no-repeat;
}
#horizontal_carousel ul li.info3 {
  background: url(classic/bg_slider3.jpg) center center no-repeat;
}
.text_info{
	width:260px;
}
.text_info h2{
	text-transform:uppercase;
	font-size:14px;
	border-bottom:1px dotted #ececec;
	margin-bottom:10px;
	color:ececec;
}
.text_info h3{
	font-size:11px;
	color:#fff;
	font-weight:normal;
}