/* mooShow 0.01 beta CSS Document */

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

.mooshow_outerContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	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;
	line-height: 0;
	}
	
.mooshow_loading{
	position: absolute;
	top: 45%;
	left: 0%;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	display:none;
	}

.mooshow_video{
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	display:none;
	line-height: 0;
	}


.mooshow_extras{
	margin: 0 auto;
	text-align: left;
	}

.mooshow_captions{
	background-color: #FFF;
	margin: 0 auto;
	text-align: left;
	}

.mooshow_contentContainer{
	background-color:#FFF;
	position: relative;
	text-align: center;
	line-height: 0;
	}
	
.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(site_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	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(site_images/prev.gif) 20% 50% no-repeat; }
.mooshow_nextLink:hover, .mooshow_nextLink:visited:hover { background: url(site_images/next.gif) 80% 50% no-repeat; }



