/* mooShow 0.01 beta CSS Document */

.mooshow a img { 
	border: none;
	outline: none;
	-moz-outline: none;
	}

.mooshow_outerContainer{
	position: relative;
	background-color: #FFFFFF;
	color: inherit;
	width: 100%;
	height: 30em; 
	margin: 0 0;
	display: table;
	clear: both;

	}

.dropShadowBorder {
	border-top:0px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	}

.mooshow {
	position: inherit;
	display: none;
	}
	
.mooshow_loading{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	}



.mooshow_extras{
	margin: 0 auto;
	text-align: left;
	color:#666666;
	background-color: #FFFFFF;
	
	}

.mooshow_topNav{
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	text-align: left;
	font-size: 12px;
	background-color: #FFFFFF;
	color:#666666;
	line-height: 170%;

	}

.mooshow_captions{
	background-color: #FFFFFF;
	color:#666666;
	margin: 0 auto;
	text-align: left;
	line-height:140%;
	height: 35px;
	width: 100%;
	font-size: 0.7em;
	}

.mooshow_copyright{
	background-color: #FFFFFF;
	color:#666666;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 100%;
	font-size: 0.7em;
}
	
	

.mooshow_contentContainer{
	background-color: #FFFFFF;
	color: #ffffff;
	position: relative;
	text-align: center;
	line-height: 0.0;
	background-image: url(/fileadmin/rauch-frei/images/rauchfrei.gif);
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	margin-bottom: 33px;
}

* html .mooshow_contentContainer{
	margin-bottom: 25px;	
}

*+html .mooshow_contentContainer{
	margin-bottom: auto;	
}

.mooshow_middleContainer{
	position: relative;
	margin: 0 auto;
	display: table;
}	
	
.mooshow_overlayNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	}

.mooshow_prevLink, .mooshow_nextLink{
	width: 30%;
	height: 100%;
	background: transparent url(/typo3conf/ext/dkd_mooshowgallery/mooshow.1.04/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
	}
	
.mooshow_prevLink { left: 0; float: left; outline: none; -moz-outline: none;}
.mooshow_nextLink { right: 0; float: right; outline: none; -moz-outline: none;}
.mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(/typo3conf/ext/dkd_mooshowgallery/mooshow.1.04/mooshow/prev.gif) left 100% no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(/typo3conf/ext/dkd_mooshowgallery/mooshow.1.04/mooshow/next.gif) right 100% no-repeat; }


.mooshow_IPTC{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	background-color: #000;
	color:#666666;
	font-size:9px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display: none;
	}
		
.mooshow_IPTCbutton{
	position: absolute;
	top: 0;
	left: 0;
	}

.mooshow_IPTC_left{
	float: left;
	text-align:right;
	width:18%;
	color: #666666;
	}

.mooshow_IPTC_right{
	float: right;
	text-align:left;
	width:80%;
	color: #ffffff;
	}



.autoshowstart{

	height: 21px;
	width: 130px;
	background: url(/typo3conf/ext/dkd_mooshowgallery/mooshow.1.04/mooshow/diashow-start-button.jpg);

}
.autoshowstop{

	height: 21px;
	width: 130px;
	background: url(/typo3conf/ext/dkd_mooshowgallery/mooshow.1.04/mooshow/diashow-stop-button.jpg);

}



