.slider {
	position:relative;
	overflow:hidden;
	border:0px solid #9ac1c9;
	height:377px;
	background:#FFF;
	margin-bottom:5px;
	}
	
.slidercontent {
	position:absolute;
	}
	
.slidercontent .upper {
	border-bottom:0px solid #9ac1c9;
	}
	
#arrowcontainer{
	float:left;
	width:257px;
	height:44px;
}

#arrowleft{
	float:left;
	width:44px;
	height:44px;
	}
	
#arrowright{
	float:right;
	width:44px;
	height:44px;
}
