#slideshow_portal {
	position: relative;
	width: 665px;
	height: 300px;
	padding: 10px 20px 10px 20px;
	margin: 0 0 15px 0;
	background: url('../images/layout/background_slideshow_shadow.png') repeat-y top left;	
	float: left;
}

#slideshow_portal .text {
	position: absolute;
	top: 240px;
	left: 10px;
	z-index: 100;
	
	width: 635px;
	height: 40px;
	padding: 0 0 0 30px;	
}

#slideshow_portal .shadow_top {
	position:absolute;
	top: -10px;
	left: 0px;
	width: 705px;
	height: 10px;
	background: url('../images/layout/background_slideshow_shadow_top.png') no-repeat top left;
	z-index: 1;
}
#slideshow_portal .shadow_bottom {
	position:absolute;
	bottom: -5px;
	left: 0px;
	width: 705px;
	height: 5px;
	background: url('../images/layout/background_slideshow_shadow_bottom.png') no-repeat top left;
}

.content_box {	
	position: relative;
	float: left;
	width: 315px;
	padding: 10px 10px 10px 20px;
	background: url('../images/layout/background_contentbox_shadow.png') repeat-y top left;
	
	margin: 0 5px 15px 0;
}

.last_box {
	margin: 0 0 15px 0;	
}

.content_box .image {
	position: relative;
	width: 315px;
	height: 160px;
	margin: 0 0 15px 0;
}

.content_box .image .title {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 305px;
	height: 30px;
	padding: 0 0 0 10px;
	background: url('../images/layout/background_contentbox_title.png') repeat-x top left;
}

.content_box .image .title span {
	font-family: Georgia;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #009BDC;
}

.content_box .image .slogan {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 305px;
	height: 30px;
	padding: 0 0 0 10px;
}

.content_box .image .slogan span {
	font-family: Georgia;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
}

.content_box p {
	margin: 0 0 10px 0;
	
	font-family: Arial;
	font-size: 11px;
	line-height: 20px;	
	color: #666666;
}

.content_box .shadow_top {
	position:absolute;
	top: -10px;
	left: 0px;
	width: 355px;
	height: 10px;
	background: url('../images/layout/background_contentbox_shadow_top.png') no-repeat top left;
}
.content_box .shadow_bottom {
	position:absolute;
	bottom: -5px;
	left: 0px;
	width: 355px;
	height: 5px;
	background: url('../images/layout/background_contentbox_shadow_bottom.png') no-repeat top left;
}
