/* mooShow 0.01 beta CSS Document */

#show {
	height: 300px;
	width: 530px;
}

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

.mooshow_outerContainer{
	position: relative;
/*	background-color: #fff;
*/	color: inherit;
	width: 20px;
	height: 1px;
	margin: 0 0;
	display: table;
	}

.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;
	}

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

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

.mooshow_topNav{
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
	font-size: 8px;
	background-color: inherit;
	color:#CCCCCC;
	line-height: 170%;
	width: 100%;
	}
	
#mooshow_topNav_custom {
	margin-top: -5px;
	padding-left: 55px;
	color: #003366;
}

.mooshow_captions{

	}

.mooshow_contentContainer{
	background-color:#FFFFFF;
	color: inherit;
	position: relative;
	text-align: center;
	line-height: 0.0;
	}
	
.mooshow_overlayNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
	
	}

.mooshow_prevLink, .mooshow_nextLink{
	width: 25px;
	height: 20px;
	margin-top: 305px;
	background: transparent url(../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: left; outline: none; -moz-outline: none;}
.mooshow_prevLink, .mooshow_prevLink:hover, .mooshow_prevLink:visited:hover { background: url(prev.gif) left 100% no-repeat; }
.mooshow_nextLink, .mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(next.gif) right 100% no-repeat; }


.mooshow_IPTC{
	position: absolute;
	top: 0px;
	left: 0px;
	height: auto;
	background-color: #000;
	color:#CCCCCC;
	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%;
	}

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

#nav_right {
	top: 150px;
}

.mooshow_outerContainer {
	margin: 0px 0px 0px 0px;
}

.mooshow_contentContainer {
	background-color: #FFE4B5;

/*	background-color: #FFCC66;*/
}

.mooshow_topNav{
	padding-top: 17px;
	font-size: 11px;
	float: left;
	line-height: 0px;
}

#content {
	padding-top: 130px;
}


#show .mooshow_contentContainer a:hover {
	background-color: transparent;
}




