
.carousel {
  width: 610px;
  height: 125px;
  margin-top: 40px;
  margin-left:310px;
  position: relative;
}         

.container {
  position: absolute;
  top: 5px;
  left: 40px;  
  width: 577px;
  height: 125px;
  overflow:hidden;   
  background: #fff;
}

#examples_carousel2{
	-display:none;	
	*display:none;	
}

#examples_carousel3{
	-display:none;	
	*display:none;	
}

#examples_carousel4{
	-display:none;	
	*display:none;	
}

#examples_carousel2 .previous_button {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 15px;
  height: 103px;
  background: url(classic/horizontal/divulgacion_atras.jpg) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

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

#examples_carousel2 .next_button {
  position: absolute;
  top: 20px;
  margin-left:620px;
  width: 15px;
  height: 103px;
  background: url(classic/horizontal/divulgacion_adelante.jpg) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

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

#examples_carousel3 .previous_button {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 15px;
  height: 103px;
  background: url(classic/horizontal/gestion_atras.jpg) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

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

#examples_carousel3 .next_button {
  position: absolute;
  top: 20px;
  margin-left:620px;
  width: 15px;
  height: 103px;
  background: url(classic/horizontal/gestion_adelante.jpg) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

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

#examples_carousel4 .previous_button {
  position: absolute;
  top: 20px;
  left: 26px;
  width: 15px;
  height: 103px;
  background: url(classic/horizontal/participacion_atras.jpg) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

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

#examples_carousel4 .next_button {
  position: absolute;
  top: 20px;
  margin-left:620px;
  width: 15px;
  height: 103px;
  background: url(classic/horizontal/participacion_adelante.jpg) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

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

.carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 144px;
}                      

.carousel ul li img {
  border:1px solid #999999;
  display:block;             
  background:#E3EDFA; 
  margin-top: -10px; 
}                               

.carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}                               

.carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding:10px 10px 10px;
  width:172px;
  list-style:none;   
  float:left;
}
