
#carousel {
	width: 900px;
	height: 150px;
	margin: 10px auto 0px;
	}

#carousel_wrapper {
	width: 840px;
	height: 150px;
	overflow: hidden;
	position: relative;
	}

#items_cont {
	width: 8000px;
	}

	#items_cont li {
		float: left;
		list-style: none;
		padding: 0px 14px;
		background: url(images/carousel_item_bg.gif) center bottom no-repeat;
		width: 140px;
		text-align: center;
		}

	#items_cont img {
		border: none;
		}
	
#arrow_left, #arrow_right {
	cursor: pointer;
	height: 150px;
	width: 29px;
	}

#arrow_left {
	background: transparent url(images/arrow_carousel_nav_left.gif) center center no-repeat;
	float: left;
	}
	
.disabled_arrow_left {
	background: transparent url(images/arrow_carousel_nav_left_dis.gif) center center no-repeat scroll!important;
	cursor: default !important;
	}
	
#arrow_right {
	background: transparent url(images/arrow_carousel_nav_right.gif) center center no-repeat;
	float: right;
	}
	
.disabled_arrow_right {
	background: transparent url(images/arrow_carousel_nav_right_dis.gif) center center no-repeat !important;
	cursor: default !important;
	}
