.wrapper{
	width:100%;
	height:900px;
	margin:0 auto;
	padding:0;
}

.image-wrapper{
	width:984px;
	height:367px;
	margin:0 auto;
	padding:0;
	background:url(../images/basic/slide-holder.png) no-repeat;
	padding-top:10px;
}
	
.image{
	width:958px;
	height:325px;
	margin:0 auto;
	padding:0;
	overflow:scroll;
	z-index:10;
	
}




#next{
	background:url(next.png) no-repeat;
	width:42px;
	height:40px;
	float:right;
	margin-top:134px;
	position:relative;
	z-index:5;
}

#prev{
	background:url(prev.png) no-repeat;
	width:42px;
	height:40px;
	float:left;
	margin-top:134px;
	position:relative;
	z-index:5
}

