/* @group Slideshow */

#featureImage, .slide{
	height: 233px;
	width: 98%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-position: 50% 50%;
	margin-left: 1%;
	margin-right: 1%;
}

#slideshow{
	display: none;
}

#featureImage #slideshow{
	display: block;
}


.slideRadius3{
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
}

.slideRadius5{
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

.slideRadius7{
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
}

.slideRadius9{
-moz-border-radius-bottomleft: 9px;
-moz-border-radius-bottomright: 9px;
-webkit-border-bottom-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
}

.slideRadius11{
-moz-border-radius-bottomleft: 11px;
-moz-border-radius-bottomright: 11px;
-webkit-border-bottom-left-radius: 11px;
-webkit-border-bottom-right-radius: 11px;
}



/* @end */

/* @text auf bild */

#imageTint{
	position: absolute;
	width: 268px;
	height: 233px;
	z-index: 68;
	padding-left: 10px;
	background: url(images/tint60.png);
	margin-left: 68%;
}

#imageShadow{
	position: absolute;
	z-index: 69;
	width: 268px;
	height: 233px;
	background: url(images/imageShadow.png) no-repeat 0px 0px;
	margin-left: 68%;
}


#myExtraContent3{
	text-shadow: #000 0 1px 3px;
	z-index: 67;
	width: 248px;
	height: 233px;
	text-align: center;
}

body.photo-background #myExtraContent3 {
	display: none;
}

body.movie-background #myExtraContent3{
	display: none;
}


/* @end */

#jmheader{
	height: 80px;
	width: 100%;
	background: url(http://malawis.org/coastimages/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
	z-index: 68;
	position: absolute;
	margin-top: 10px;
	margin-left: -170px;
}

#jmheader2{
	height: 3px;
	width: 100%;
	background: url(http://malawis.org/coastimages/bg_head2.jpg);
	z-index: 68;
	position: absolute;
	
}