/* Horizontal Carousel */
#horizontal_carousel {
	margin: auto;
	width: 805px;
	height: 82px;
	padding:2px;
	background:#f6f6f6;
	border:solid 1px #e9e9e9;
}

#horizontal_carousel .container {
	width: 805px;
	overflow: hidden;
	margin: 15px 0 0 0;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 1px;
  left: -3px;
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 90px;
  height: 180px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .buttons{
	display:block;
 	clear:both;
}
#horizontal_carousel .previous_button {
	margin: 5px 0 15px 0;
	float:left;
	width: 23px;
	height: 7px;
	background: url(../images/layout/but_prev.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .previous_button_over {
	background: url(../images/layout/but_prev_hover.png) no-repeat;
}

#horizontal_carousel .previous_button_disabled {
	background: url(../images/layout/but_prev_dis.png) no-repeat;
	cursor: default;
}

#horizontal_carousel .next_button {
	margin: 5px 0 15px 0;
	float:right;
	width: 23px;
	height: 7px;
	background: url(../images/layout/but_next.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_over {
	background: url(../images/layout/but_next_hover.png) no-repeat;
}

#horizontal_carousel .next_button_disabled {
	background: url(../images/layout/but_next_dis.png) no-repeat;
	cursor: default;
}

#thumbs {
	margin: 10000px 0 0 0;
}
