#carousel {
	width:9999px;
	height:360px;
	overflow:scroll;
	position:relative;
	border:1px solid #c5cf98;
}

#carousel ul{
	height:360px;
	overflow:hidden;
}

#carousel ul li{
	list-style:none;
	padding:0;
	margin:0;
	width:480px;
	overflow:hidden;
}

#container #carousel img {
	padding:0;
	float:none;
	border:none;
}

#carousel a.btn {
	background:url(/images/projects/gallery_btns_new.gif) no-repeat;
	width:31px;
	height:32px;
	display:block;
	text-indent:-9999px;
	cursor:pointer;
}

#carousel a.prev { background-position:0 0;}
#carousel a.prev:hover { background-position:0 -32px; }
#carousel a.next { background-position:-31px 0; }
#carousel a.next:hover { background-position:-31px -32px; }
#carousel a.play { background-position:0 -64px; width:60px; height:24px;text-indent:0; }
#carousel a.play:hover { background-position:0 -88px; }
#carousel a.pause { background-position:0 -112px; width:60px; height:24px;text-indent:0; }
#carousel a.pause:hover { background-position:0 -136px; }


#carousel .textholder {
	padding:5px 10px;
	color:#000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
}
