﻿/* Horizontal Carousel */
#gallery
{	width:810px;
	margin:0 auto;
	padding-bottom: 10px;
}
#horizontal_carousel {
  float: left;
  width: 820px;
  height: 130px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding:0 21px;
  position: relative;
}

#horizontal_carousel .thumbscontainer{
  float: left;
  width: 700px;
  height: 120px;
  position: relative;    
  overflow: hidden;
  border: 1px solid #DEDEDE;
  background-color:#F0F0F0;
  padding-top: 10px;
}

#horizontal_carousel ul {
  margin-top: 0px;
  /*padding:0;*/
  width: 100000px;
  position: relative;
  top: 0;
  bottom:0;
  left: 0;
  height: 110px;
}                      

#horizontal_carousel ul li  img
{
	padding:0;
	border:none;
	width:140px;
	height:109px;
}


#horizontal_carousel ul li {
  /*width: 150px;*/
  height: 110px;
  text-align: center; 
  list-style:none;   
  float:left;
  padding-right:3px;
  margin-top:1px;
  
}

#horizontal_carousel .previous_button {
  float:left;  
  width: 32px;
  height: 130px;
  padding:0;
  background: url('left.png');
  /*z-index: 100;*/
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url('left_over.png');
}

#horizontal_carousel .previous_button_disabled {
  background: url('left_disabled.png');
  cursor: default;
}

#horizontal_carousel .next_button {
  float:left;  
  width: 32px;
  height: 130px;
  background: url('right.png');
  /*z-index: 0;*/
  padding:0;
  cursor: pointer;

}

#horizontal_carousel .next_button_over {
  background: url('right_over.png');
}

#horizontal_carousel .next_button_disabled {
  background: url('right_disabled.png');
  cursor: default;
}
