/* mooShow 0.01 beta CSS Document */

.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 auto auto 1px;
	display: table;
	}

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

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


.mooshow_contentContainer{
	background-color:#CCC;
	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;
	}

.mooshow_prevLink, .mooshow_nextLink{
	cursor: hand;
	cursor: pointer;
	width: 30%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	outline:none;
	}
.mooshow_prevLinkImage, .mooshow_nextLinkImage{
	width: 100%;
	height: 100%;
	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;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity:.75;
	}
.mooshow_nextLink { 
	right: 0; float: right; outline: none; -moz-outline: none;
	filter: alpha(opacity=75);
	opacity: .75;
	-moz-opacity:.75;
	}

.mooshow_IPTC{
	display: none;
	}
		
