#wrapper {
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 360px;
}
.slider {
	position:relative;
	overflow:hidden;
	border:1px solid #D3DBDB;
	height:240px;
	margin-bottom:20px;
	background-image: url(images/slide_side.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.slidercontent {position:absolute}
.slidercontent .upper {border-bottom:1px solid #9ac1c9}
.section {padding:10px}
.newsslider {
	position:relative;
	overflow:hidden;
	border:1px solid #9ac1c9;
	height:95px;
	width:300px;
	background:#eef5f6;
	margin-bottom:20px
}
.newsslidercontent {position:absolute}
.newsslidercontent .upper {border-bottom:1px solid #9ac1c9}
.newssection {padding:10px; height:75px}
.link {
	cursor:pointer;
	color: #36F;
	text-decoration: underline;
}
.link:hover {
	color: #F30;
	text-decoration: underline;
}

