/* Horizontal Carousel */
#horizontal_carousel {
	float:left;
	width: 690px;
	height: 154px;
	margin-bottom: 10px;
	position: relative;
	top:0px;
}
#horizontal_carousel .container {
	position: absolute;
	left: 27px;
	width: 661px;
	height: 153px;
	overflow:hidden;
}
#horizontal_carousel .previous_button {
	position: absolute;
	width: 27px;
	height: 150px;
	background: url(images/left_arrow_n.png);
	z-index: 100;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#horizontal_carousel .previous_button_disabled {
	background: url(images/left_arrow_d.gif);
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#horizontal_carousel .next_button {
	position: absolute;
	width: 27px;
	height: 150px;
	background: url(images/right_arrow_n.png);
	z-index: 100;
	cursor:pointer;
	right: -25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	top: -1px;
}
#horizontal_carousel .next_button_disabled {
	background: url(images/right_arrow_d.gif);
	cursor:default;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#horizontal_carousel ul {
	margin: 0;
	padding:1px;
	width: 100000px;
	position: relative;
	top: -10px;
	left: 0;
	height: 153px;
}
#horizontal_carousel ul li img {
/*	border:1px solid #999999;
*/	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:0px;
	padding:10px 7px 10px;
	width:150px;
	list-style:none;
	float:left;
}

