/* mooShow 0.01 beta CSS Document */

a img {
	/*border: 0;*/
}

a {
	/*outline: none;*/
}

#mooshow_container {
	position: relative;
	margin: auto auto;
	overflow:visible;
	text-align:left;
	/* border around photo */
	/*padding:4px 4px 4px 4px;*/
	/* drop shadow */
	/*border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;*/
	}

#mooshow_image_container {
	position: relative;
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	}
	
	#mooshow_image{
		/*border: #fff 4px solid;*/
	}

#mooshow_loading {
	position: absolute;
	top: 40%;
	height: 25%;
	width: 100%;
	text-align: center;
	}

#mooshow_navigation {
	margin-top: 10px;
	}
	
#mooshow_prev a {
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	left:0px;
	}

#mooshow_next a {
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	right:0px;
	}
	
#mooshow_prev a:hover {

	}

#mooshow_next a:hover {
	}
	
#mooshow_caption {
	color:#5A5A5A;
	background-color: #FFF;
	}

#mooshow_navigation {
	color:#5A5A5A;
	font-size: 12px;
	}

.selected{
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	background: #001e3f;
}