#wrapper {
	background-color: #CDE0DC;
	width: 100%;
	min-width:1000px;
	padding:20px 0;
	overflow: hidden;
	height:420px;
}
.empty { display:none;}
#carousel .item{
	display: block;
	float: left;
	min-width:1060px;
	max-width:100%;
	height:380px;
	text-align: center;
}
.controls { width:1000px; position:relative; margin:0 auto;}
.prev, .next {
	z-index:99999;
	position:absolute;
	display: block;
	top:-245px;
	
}
.prev a, .next a{color:#008A7D;text-decoration:none;font-size:50px; display:block; line-height:normal; height:50px; width:50px; text-align:center; font-weight:bold;}
.prev:hover, .next:hover {
}
.prev {
	left:-75px;
	*background:url(../../img/ie-left.png) no-repeat center center;
}
.next {
	right: -75px;
	*background:url(../../img/ie-right.png) no-repeat center center;
}