/* Horizontal Carousel */
#horizontal_carousel {
	float:left;
	/* width: 596px; */
	width: 590px;
	/* height: 104px; */
	height: 129px;
	margin-bottom: 10px;
	position: relative;
	
	*margin-right:15px;
}         

#horizontal_carousel .container {
	position: absolute;
	top: 5px;
	/*left: 86px;*/
	left:76px;
	width: 442px;
	/* height: 104px; */
	height: 129px;
	overflow:hidden;
	background: url(classic/horizontal/background.gif) left top repeat-x;
}            

#horizontal_carousel .previous_button {
	position: absolute;
	top: 5px;
	left: 0px;
	width: 76px;
	/* height: 104px; */
	height: 129px;
	background: url(classic/horizontal/left.png);
	/* z-index: 100; */ 
	z-index: 5;
	cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
	background: url(classic/horizontal/left-disabled.png);
	cursor:default;
}

#horizontal_carousel .next_button {
	position: absolute;
	top: 5px;
	right: 0px;
	width: 78px;
	/* height: 104px; */
	height: 129px;
	background: url(classic/horizontal/right.png);
	/* z-index: 100; */ 
	z-index: 5;
	cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
	background: url(classic/horizontal/right-disabled.png);
	cursor:default;
}

#horizontal_carousel ul {
	margin: 0;
	margin-top:8px;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	/* height: 144px; */
	height: 159px;
}                      

#horizontal_carousel ul li img {
	display:block;             
	background:#E3EDFA;  
}                               

#horizontal_carousel ul li {
	font-family:verdana,arial,sans-serif;
	font-size:10px;
}                               

#horizontal_carousel ul li {
	border:0px solid green;
	color:#E3EDFA;
	margin:0;

	margin-right:10px;

	width:147px;
	 /* height:88px;  */
	 height:113px;

	overflow:hidden;
	list-style:none;   
	float:left;
}
