
#carouselwrap {
	clear:left;
	height:180px;
	width:650px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#carousel li {
	height:180px;
	width:650px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#carprevious, #carnext {
	display:block;
	height:38px;
	/*text-indent:-4000em;*/
	margin-top:-18px;
	cursor:pointer;
	}
	#carprevious {
		float:left;
		width:35px;
		}
	#carnext {
		float:right;
		width:25px;
		}

#carouselcontainer {
	width:650px;
	height:180px;
/*border-bottom:2px solid #333;
	background:url(layout.png) no-repeat top left;
	padding:87px 13px 0 14px;
	margin:50px auto 0;*/
	}


