/*Slider*/
.slider {
position: relative;
top: 0px;
width: 390px;
overflow:hidden;
height:310px;
margin-bottom:50px;
border-color: #afc0d3 #d7e0e9 #d7e0e9 #afc0d3;
border-style: solid;
border-width: 0px;
}

.slidercontent {
	position:absolute;
	padding-right:10px;
	left: 1px;
	top: 1px;
}

.slidercontent .upper {border-bottom:1px solid #9ac1c9}

.section {
	text-align:justify;
	}


div.up, div.down {
	position: relative;
	padding-left:400px;
	cursor: pointer;
}

div.up {
top: 30px; }

div.down {
top: 330px; }

span.link {
cursor: pointer; }
