/* mooShow 0.01 beta CSS Document */

/*#title {
	display: none;
}*/


#content {
	overflow: visible;
}


#subContent {
	position: relative;

	margin-left:0px;
	padding-top:25px;
	width:772px;
}

#Navigation {
	display:none;
	height: 2em;
	line-height: 2em;
}

#warningJavascript {
	width:60%;
	text-align:center;
	margin:50px auto;
}

#lang {
	display:none;
}

#preloadImgs {
        background-image: url("/mooshow/prev.gif");
        background-image: url("/mooshow/next.gif");
        background-image: url("/mooshow/loading.gif");        
	background-repeat: no-repeat;
	background-position: -1000px -1000px;
}


/**********************************/

.mooshow a img { 
	border: none;
	outline: none;
	-moz-outline: none;
	}
	
.mooshow_outerContainer{
	position: relative;
	
	color: inherit;
	width: 20px;
	height: 1px;
	margin: 0 auto;
	display: table;	
	margin-bottom:20px; /*only if a invisible div is present! Because of the footer*/
	
	/*Vert center*/
	/*margin-left: -200px;
	position: absolute;
	top: -300px;
	left: 50%;
	visibility: visible;*/
	}

.dropShadowBorder {
/*	border-top:1px solid #FFF;
	border-right:1px solid #CCC;
	border-left:1px solid #FFF;
	border-bottom:1px solid #CCC;*/
	}

.mooshow {
	position: inherit;
	display: none;
	}
	
.mooshow_loading{
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	}
	
/*only for IE*/
* html #content .mooshow_loading {
	top:8px;
}

.mooshow_copyright{
	position: absolute;
	top: 15px;
	right: 10px;
	color: #CCCCCC;
	font-size:9px;
	}

.mooshow_extras{
	text-align: left;
	color:#666666;
	
	width:20px;
	overflow:visible;
	}

.mooshow_tip{
	text-align: left;
	color:#666666;
	
	width:20px;
	overflow:visible;
	margin-bottom:3px;
}
	
.mooshow_topNav {

	float:right;
	width:20px;
	display:block;	
		
	margin:0px;
	padding:0px;		
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: right;
	
	background-color: #fff;
	
	color:#3a3833;
	line-height: 140%;	
}

.mooshow_topNav a {	
	color: #3a3833;
	border-bottom:1px solid #a9a5a0;
}

.mooshow_topNav a:hover, .mooshow_topNav a:focus {
	border-top:1px solid #a9a5a0;
	color: #f10f83;
}
	
.mooshow_captions{
	width:20px;
	
	min-height: 25px;
	float:left;	
	
	color:#444444;	
	text-align: left;
	line-height:140%;
	
	font-family: Arial;	
	
}

.mooshow_captions .albumTitle {
	font-weight: bolder;
	
	border-left:13px solid #a1c921;
	padding-left:3px;
}

.mooshow_contentContainer{
	background-color: #797570;
	color: inherit;
	position: relative;
	text-align: center;
	line-height: 0.0;
	border:8px solid #a9a5a0;
	}
	
.mooshow_overlayNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	}

/*only for IE*/
* html #content .mooshow_overlayNav {
	top:8px;
}


.mooshow_prevLink, .mooshow_nextLink{
	width: 30%;
	height: 100%;	
	background: transparent url(/mooshow/blank.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
	cursor: hand;
	}
	
.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(/mooshow/prev.gif) left 0% no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(/mooshow/next.gif) right 0% no-repeat; }


.mooshow_IPTC{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	
	
	
	background-color: #fff;
	
	color:#3a3833;
	font-size:9px;
	line-height:140%;
	text-align:left;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8;
	display: none;
	}
	
/*only for IE*/
* html #content .mooshow_IPTC {
	top:8px;
}
	
.mooshow_IPTC a {
	color: #3a3833;
	border-bottom:1px solid #a9a5a0;
}

.mooshow_IPTC a:hover, .mooshow_IPTC a:focus {
	border-top:1px solid #a9a5a0;
	color: #f10f83;
}
		
.mooshow_IPTCbutton{
	position: absolute;
	top: 0;
	left: 0;
	}

.mooshow_IPTC_left{
	padding:25px;	
}
	
.mooshow_IPTC_left ul {
	list-style:none;	
}	

.mooshow_IPTC_left ul li {
	margin-bottom:5px;
}

.mooshow_IPTC_right{
	float: right;
	text-align:left;
	}

