/* Horizontal Carousel */
#horizontal_carousel {
	float:left;
	width: 700px;
	height: 87px;
	position: relative;
	background: url(../img/carousel/img/bg_carousel.gif);
}

#horizontal_carousel .container {
	position: absolute;
	left: 32px;
	width: 700px;
	overflow:hidden;
}
.carousel_title {
	background: url(../img/carousel_title.gif) center top no-repeat;
	height:41px;
	position:relative;
	bottom:-10px;
	z-index:10;
}
#horizontal_carousel .previous_button {
	position: absolute;
	width: 23px;
	height: 87px;
	background: url(../img/carousel/img/left_dark.gif) left top no-repeat;
	z-index: 100;
	cursor:pointer;
}

#horizontal_carousel .previous_button_disabled {
	background: url(../img/carousel/img/left_dark_disabled.gif) left top no-repeat;
	cursor:default;
}

#horizontal_carousel .next_button {
	position: absolute;
	right: 0px;
	width: 23px;
	height: 87px;
	background: url(../img/carousel/img/right_dark.gif) right top no-repeat;
	z-index: 100;
	cursor:pointer;
}

#horizontal_carousel .next_button_disabled {
	background: url(../img/carousel/img/right_dark_disabled.gif) right top no-repeat;
	cursor:default;
}

#horizontal_carousel ul {
	margin:0;
	padding:0;
	width:100000px;
	position:relative;
}

#horizontal_carousel ul li img {
	border:1px solid #999999;
	display:block;
	background:#E3EDFA;
}

#horizontal_carousel ul li {
	border:0px solid green;
	color:#E3EDFA;
	margin:0pt;
	padding:20px 7px;
	vertical-align:center;
	list-style:none;
	float:left;
}
