/* mooShow 0.01 beta CSS Document */

a img {
	border: 0;
}

a {
	outline: none;
	color: #ba1f3e;
}

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

#mooshow_image_container {
	position: relative;
	background-color: #C8C4A6;
	}

#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;
	background: url(blank.gif) no-repeat;
	}

#mooshow_next a {
	position: absolute;
	top: 0;
	width: 0px;
	height: 0px;
	right:0px;
	background: url(blank.gif) no-repeat;
	}
	
#mooshow_prev a:hover {
	/*background: url(prev.gif) no-repeat;
	background-position:center center;*/
	}

#mooshow_next a:hover {
	/*background: url(next.gif) no-repeat;
	background-position:center center;*/
	}
	
#mooshow_caption {
	padding: 5px 5px 5px 5px;
	/*color:#009597;*/

	display: none;
	}

#mooshow_navigation {
	padding: 5px 5px 5px 5px;
	/*color:#fff;*/

	}
	
#mooshow_navigation a:link,
#mooshow_navigation a:visited,
#mooshow_navigation a:active,
#mooshow_navigation a:hover{
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}
	
#mooshow_selected{
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	background: #ba1f3e;
}
