/* CSS Document */

#container {
	width:347px;
	height:257px;
	background:url(layout.png) no-repeat top left;
	position:relative;
	padding-left:37px;
	}
	
#wrap {
	clear:left;
	height:257px;
	width:342px;
	display:block;
	overflow:hidden;
	position:relative;
}
#carousel {
	width:10000px;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
#carousel li {
	height:257px;
	width:347px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
#previous, #next {
	display:block;
	height:10px;
	text-indent:-4000em;
	margin:0 0 13px;
	cursor:pointer;
	}
	#previous {
	 position:absolute;
	 left:12px;
	 top:64px;
		width:19px;
		height:89px;
		background:url(../images/arrow-left.png) no-repeat left top;
		}
	#next {
	 position:absolute;
	 right:-20px;
	 top:64px;
		float:right;
		width:19px;
		height:89px;
		background:url(../images/arrow-right.png) no-repeat left top;		
		}