﻿#wrapper {
	width: 100%;
	position:  relative;
}
#inner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#carousel {
	width: 990px;
	overflow:hidden;
}

#carousel div {
	text-align: center;
	width: 300px;
	height: 250px;
	float: left;
	position: relative;
	margin:0 50px;
}
#carousel div img {
	border: none;
	height:191px;
}

#prev, #next {
	display: block;
	width: 50px;
	height: 80px;
	position: absolute;
	top:70px;
	z-index: 2;
}
#prev {
	background: url( ../images/ui-prev.png ) no-repeat;
	left: 50%;
	margin-left: -520px;
}
#next {
	background: url( ../images/ui-next.png ) no-repeat;
	right: 50%;
	margin-right: -520px;
}
		