.slider{
	position:relative; 
	overflow:hidden; 
	height:265px; 
	text-align: center;
}

.slidercontent{
	position:absolute
}

.section {}

#slider_button_top{
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width:29px;
	position:relative;
	margin-bottom: 10px;
	margin-top: 30px;
	background: url(../images/arrow_up.png) center no-repeat;
	cursor:pointer; 
}

#slider_button_top:hover{
background: url(../images/arrow_up_hover.png) center no-repeat;
}

#slider_button_bottom{
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	width:29px;
	position:relative;
	margin-top: 10px;
	background: url(../images/arrow_down.png) center no-repeat;
	cursor:pointer; 
}

#slider_button_bottom:hover{
background: url(../images/arrow_down_hover.png) center no-repeat;
}

.link{
	cursor:pointer; 
}