/* Stylesheet for mod_mgnsslideshow */
.mod_mgnsslideshow {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.mod_mgnsslideshow .container {
	z-index: -0;
}
.mod_mgnsslideshow_background_slides {
	position: absolute;
	z-index: -99999;
	left: 0;
	top: 0;
	right: 0;
	height: 660px;
	overflow: hidden;
}
.mod_mgnsslideshow_background_slide {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -99999;
	left: 0;
	top: 0;
	background-color: transparent;
	background-position: center top;
	background-repeat: repeat-x;
}
.mod_mgnsslideshow_background_slide.current {
	z-index: -99998;
}
.mod_mgnsslideshow_content_slides {
	top: 180px;
	z-index: 0;
	position: relative;
	height: 410px;
}
.mod_mgnsslideshow_content_slide {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}
.mod_mgnsslideshow_content_slide.active {
	z-index: 0;
}
.mod_mgnsslideshow_content_text {
	position: absolute; 
	top: 100px;
	left: 0px;
	width: 50%;
}
.mod_mgnsslideshow_content_image {
	position: absolute; 
	top: 0;
	right: 0px;
}