/* Horizontal Carousel */
#basic #middle #left_column #foto_block #horizontal_carousel {
  float: left;
  width: 167px;
  height: 106px;
  margin-bottom: 10px;
  position: relative;

  margin-top:12px;
  padding-left:30px
}

#basic #middle #left_column #foto_block #horizontal_carousel .container {
  float: left;
  width: 138px;
  height: 106px;
  position: relative;    
  overflow: hidden;

}

#basic #middle #left_column #foto_block #horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 240px;
}                      

#basic #middle #left_column #foto_block #horizontal_carousel ul li {
  width: 128px;
  height: 96px;
  text-align: center; 
  list-style:none;   
  float:left;
  border:solid 5px white;
}

#basic #middle #left_column #foto_block #horizontal_carousel .previous_button {
  float:left;  
  width: 14px;
  height: 17px;
  background: url(../i/left_arrow_foto.gif);
  z-index: 100;
  cursor: pointer;
  margin-top:45px;
}

#basic #middle #left_column #foto_block #horizontal_carousel .previous_button_over {
  background: url(../i/left_arrow_foto_over.gif);
}

#basic #middle #left_column #foto_block #horizontal_carousel .previous_button_disabled {
  background: url(../i/left_arrow_foto_disable.gif);
  cursor: default;
}

#basic #middle #left_column #foto_block #horizontal_carousel .next_button {
  float:left;  
  width: 14px;
  height: 17px;
  background: url(../i/right_arrow_foto.gif);
  z-index: 100;
  cursor: pointer;
  margin-top:45px;
}

#basic #middle #left_column #foto_block #horizontal_carousel .next_button_over {
  background: url(../i/right_arrow_foto_over.gif);
}

#basic #middle #left_column #foto_block #horizontal_carousel .next_button_disabled {
  background: url(../i/right_arrow_foto_disable.gif);
  cursor: default;
}
#basic #middle #left_column #foto_block p {margin:0px; padding:0px; clear:both;text-align:center;}


