/* Horizontal Carousel */

#horizontal_carousel{
	background:				#f5f5f5;
  	height: 				290px;
}

#horizontal_carousel .container{
	overflow: 				hidden;
    width: 					900px;
}

#horizontal_carousel ul {
  	height: 				200px;
  	left: 					-10px;
  	margin: 				0;
  	padding:				10px 0 0 15px;
  	position: 				relative;
  	top:	 				0;
  	width: 					100000px;  
}                      

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

		#horizontal_carousel ul li img {
			height: 				190px;
			width: 					150px;
		}

#horizontal_carousel .buttons{
 	clear:					both;
	display:				block;
}

#horizontal_carousel .previous_button {
  	background: 			url('/images/but_prev.png') no-repeat;
  	cursor: 				pointer;
	float:					left;  
  	height: 				7px;
  	width: 					23px;
  	z-index: 				100;
}

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

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

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

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

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

/*
#horizontal_carousel .container{
	overflow:				hidden;
	position:				relative;
	width:					228px;
}
*/