/* Horizontal Carousel */

#caruzel_main_container {
text-align:center;
margin:20px;
padding:0 20px;
}


#horizontal_carousel {
width: 320px;
height: 159px;

/*
   
  padding:10px;
  margin-left:16px;
  background:#f6f6f6;
  border:solid 1px #e9e9e9;*/
  
    
}



#caruzel_main_container .titlebox {
padding-bottom:10px;
float:left;
width:320px;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;

}



#horizontal_carousel .container {
  width: 240px;
    background: url(images/caruzel_center.jpg) repeat-x;
  height: 159px;
  overflow: hidden;
  padding:0 ;

    float:left;
}



#horizontal_carousel ul {
  margin: 0;
  padding:19px 0 0 0;
  width: 2000px;
  position: relative;
  top: 0;

  left: 0;
  height: 120px;
}                      

#horizontal_carousel ul li {
  width: 120px;
  height: 120px;
  text-align: center; 
  list-style:none;   
  float:left;
  /*margin-right:10px;
  margin-left:10px;
  padding-right: 5px;*/
  
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
  float:left;  
  width:40px; 
  height:159px; 
  top:0px; 
  right:0px;
  background: url(images/caruzel_left_arrow.gif) no-repeat center;
  z-index: 100;
  padding:0;
  margin:0;
  cursor: pointer;
 
 }

#horizontal_carousel .previous_button_over {
  background: url(images/caruzel_left_arrow_over.gif) no-repeat center;
  }

#horizontal_carousel .previous_button_disabled {
  background: url(images/caruzel_left_arrow_disable.jpg) no-repeat center;
  cursor: default;
  
}

#horizontal_carousel .next_button {
  float:right;  
  width:40px; 
  height:159px; 
  top:0px; 
  right:0px;
  padding:0;
  margin:0;
  background: url(images/caruzel_right_arrow.gif) no-repeat center;
  z-index: 100;
  cursor: pointer;
 
 }

#horizontal_carousel .next_button_over {
  background: url(images/caruzel_right_arrow_over.gif) no-repeat center;
}

#horizontal_carousel .next_button_disabled {
  background: url(images/caruzel_right_arrow_disable.jpg) no-repeat center;
  cursor: default;
  
}