/* Horizontal Carousel */
#horizontal_carousel, #q_carousel, #carrouselHeader {
background:#171818 ;
/*border-bottom:#171818 solid 18px;
border-top: solid 18px #171818;*/
  float:left;
  width: 759px; /* 575px; */
  height: 114px; /* 200px; */
  margin-bottom: 0px;
  position: relative;  
  overflow: hidden;
  padding: 9px 0px;
  margin-left:10px;
}         

#q_carousel {width:611px; }


#horizontal_carousel .container, #q_carousel .container, #carrouselHeader .container {
  position: absolute;
  top: 5px;
  left: 27px;  
  width: 770px; /* 504px; */
  height: 114px; /*144px;*/
  overflow:hidden;   
  background: #0C0C0C;
  padding-left:10px;
}  

#q_carousel .container {
  position: absolute;
  top: 5px;
  left: 27px;  
  width: 545px;
  height: 114px; /*144px;*/
  overflow:hidden;   
  background: #0C0C0C;
  padding-left:10px;
}  

          

#horizontal_carousel .previous_button, #q_carousel .previous_button, #carrouselHeader .previous_button {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 26px;
  height: 114px;
  background:url(../img/bot-fotos-izq-on.gif);
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled, #q_carousel .previous_button_disabled, #carrouselHeader .previous_button_disabled, #carrouselHeader .previous_button_disabled {
  background:url(../img/bot-fotos-izq-off.gif);
  cursor:default;
}

#horizontal_carousel .next_button, #q_carousel .next_button, #carrouselHeader .next_button {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 26px;
  height: 114px;
  background:url(../img/bot-fotos-der-on.gif);
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled, #q_carousel .next_button_disabled, #carrouselHeader .next_button_disabled {
  background:url(../img/bot-fotos-der-off.gif);
  cursor:default;
}

#horizontal_carousel ul, #q_carousel ul, #carrouselHeader ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 114px;
}                      

#horizontal_carousel ul li img, #q_carousel ul li img, #carrouselHeader ul li img {
  /* border:3px solid #535349; */ 
  display:block;             
/*  background:#E3EDFA;  */
}      

#horizontal_carousel ul li a img, #q_carousel ul li a img, #carrouselHeader ul li a img {
  border:3px solid #535349;
  /* display:block;              */ 
/*  background:#E3EDFA;  */
}      
    
#horizontal_carousel ul li a:hover img, #q_carousel ul li a:hover img, #carrouselHeader ul li a:hover img {
  border:3px solid #FC0;
  /* display:block;              */ 
/*  background:#E3EDFA;  */
} 	                   

#horizontal_carousel ul li, #q_carousel ul li, #carrouselHeader ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

#horizontal_carousel ul li, #q_carousel ul li, #carrouselHeader ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:10px 12px ; /* 10 12 */
  width: 114px;/*106px;*/
  height: 100px;
 overflow: hidden;
  list-style:none;   
  float:left;
}

#carrouselHeader ul li {height:144px!important;}

#ver_fotos_completa_home2 {
	background: #535349 url(../img/ico_mas_1_off.png) no-repeat 0 50%;
	height: 20px;
	width: auto;
	text-align: right;
	color: #fff;
	font-weight: bold;
	border-top: solid 1px #fc0;
	margin-top: 1px;
	display: block;
	padding: 5px 20px 0 0;
}

#ver_fotos_completa_home2:hover {
	background: #3d3e3a url(../img/ico_mas_on.png) no-repeat 0 50%;
	color: #fc0;
	text-decoration:none;

}
