﻿/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 98%;
  height: 190px;
  margin-bottom: 0px;
  position: relative;  
}         

#horizontal_carousel .container {
  position: absolute;
  top: 0px;
  left: 37px;  
  width: 98%;
  height: 185px;
  overflow:hidden;   
/*  background: #3F3F3F;*/
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 72px;
  left: 10px;
  width: 27px;
  height: 144px;
  background: url(classic/horizontal/flecha_galeria.jpg);
  z-index: 100;    
  cursor:pointer;
  background-repeat:no-repeat;
  
}        

#horizontal_carousel .previous_button_disabled {
	background: url(classic/horizontal/flecha_galeria1.jpg);
	cursor: default;
	background-repeat: no-repeat;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 72px;
  right: -20px;
  width: 27px;
  height: 144px;
  background: url(classic/horizontal/flecha_galeria2.jpg);
  z-index: 100;
  cursor:pointer;
  background-repeat:no-repeat;
 

}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/flecha_galeria21.jpg);
  cursor:default;
background-repeat:no-repeat;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 185px;
}                      

#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:9px;
  color:#000000
  
}                               

#horizontal_carousel ul li {
  border:0px solid green;
/*  color:#E3EDFA; */
  margin:0pt;
  padding:10px 5px 5px;
  width:170px;
  list-style:none;   
  float:left;
}
