#slideShowContent {
	width: 280px;
	height: 273px;
	overflow: auto;
	z-index:20;	
}

#slideShowContent p {
	margin-bottom: 7px;
}


#slideshow {
    position:relative;
    height:301px;
	width: 851px;
	margin-top: 20px;
	overflow: hidden;
}


#slideshow img.slidePic {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.slidePic.active {
    z-index:10;
}

#slideshow img.slidePic.last-active {
    z-index:9;
}

#closeContent {
	position: absolute;
	top: 15px;
	right: 12px;
	display: block;
	width: 13px;
	height: 13px;
	z-index: 23;
	background: url('images/closeIcn.png') no-repeat 0px 0px;
}

#closeContent.showAgain {
	background: url('images/showIcn.png') no-repeat 0px 0px;
}

#closeContent:hover {
	background-position: 0px -13px;
}

.contentWrapper {
	width: 300px;
	height: 285px;
	background: url('images/homeContentBg.png') top right;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
	padding: 15px 0px 0px 10px;
}	

.contentWrapper.hidden {
	background: none;
}

.home_box {
	width: 399px;
	height: 180px;
	padding: 27px 0 0 23px;
	float: left;
	margin-top: 15px;
}

.home_box.de {
	background: url('images/new_comments_box_de.png') no-repeat;
}

.home_box.en {
	background: url('images/new_comments_box_en.png') no-repeat;
}

#news_box {
	background: url('images/news_box.png') no-repeat;
	margin-left: 4px;	
}

.home_box p.head {
	color: #ec5633;
	margin-top: 5px;
	width: 375px;
	background: url('images/comment-seperator.gif') no-repeat left top;
	margin-bottom:-3px;
}

.home_box p.head:first-child {
	background: none;
}

#news_box p.head {
	margin-top: 12px;
	padding-top: 3px;	
}

#news_box p.head:first-child {
	margin-top: 5px;
}

#new_comments_box p.comment {
	width: 375px;
	height: 34px;
	overflow: hidden;
}

#news_box p.news {
	width: 375px;
	height: 56px;
	overflow: auto;
}

.comment_wrapper {
	width: 375px;
	height: 180px;
	overflow: hidden;
	position: relative;
}

.comment_page {
	position: absolute;
	top: 0px;
}

#cPage1 {
	left: 0px;
}

#cPage2 {
	left: 375px;
}

#cPage3 {
	left: 375px;
}

p {
	text-align: justify;
}
