/* Horizontal Carousel */
#horizontal_carousel {
  width: 230px;
  height: 60px;
  float: left; 
  position: relative;
  padding-left:10px;
  padding-right:10px;
  margin: 0 14px 15px 14px;
  clear: both;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;
}

#horizontal_carousel .iconafoto {
  position:relative;
  width: 24px;
  height:16px;
  left:-15px;		
  top:-15px;
  background: url(../../resources/img/photo.gif) no-repeat;
  
}

#horizontal_carousel .container {
  position:relative;
  width: 200px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 10px;
  top:10px;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  height: 90px;
  
}                      

#horizontal_carousel ul li {
  padding:0;
  width: 40px;
  height: 40px;
  text-align: center; 
  list-style:none;   
  float:left;
  margin: 0 0 0 1px;
  background:#000;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
 	position: absolute;
}
#horizontal_carousel .previous_button {
  float:left;  
  width: 23px;
  height: 7px;
  z-index: 100;
  background: url(img/but_prev.png) no-repeat;
  cursor: pointer;
  position: relative;
  left: -7px;
  top: -65px;
  
}

#horizontal_carousel .previous_button_over {
  background: url(img/but_prev_hover.png) no-repeat;}

#horizontal_carousel .previous_button_disabled {
  background: url(img/but_prev_dis.png) no-repeat;
  cursor: default;
}


#horizontal_carousel .next_button {
  float:right;  
  width: 23px;
  height: 7px;
  background: url(img/but_next.png) no-repeat;
  z-index: 100;
  cursor: pointer;
  position: relative;
  left: 12px;
  top: -65px;
}

#horizontal_carousel .next_button_over {
  background: url(img/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
  background: url(img/but_next_dis.png) no-repeat;
  cursor: default;
}
