@charset "UTF-8";
/* CSS Document */

/* mooShow 0.01 beta CSS Document */

a img {
	border: 0;
}

a {
	outline: none;
}

#mooshow_container {
	width:708px;
	margin: auto auto;
	overflow:visible;
	text-align:left;
	/* border around photo */
	padding:20px 0 0 0;
	/* drop shadow */
	}

#mooshow_topbar {
	position: relative;	
	width: 708px;
	height: 20px;
	padding-top:2px;
	border-bottom-width:1px;
	border-bottom-color:6d6d6d;
	border-bottom-style:solid;
}	

#mooshow_image_container {
	position: relative;
	width: 708px;
	background-color: #666666;
	}

#mooshow_loading {
	position: absolute;
	left: 49%;
	top:200px;
	width: 48px;
	height: 48px;
	background-image:url(../images/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	}
	

#mooshow_navigation {
	margin-top: 10px;
	}
	

#mooshow_prev {
	display: block;
	position: relative;
	float: left;
	width: 20px;
	height: 20px;
	text-align:left;
	}
	
	
#mooshow_prev a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}
	
#mooshow_navdesc {
	display: block;
	float: left;
	position: absolute;
	left: 551px;
	width: 135px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:center;
}
	

#mooshow_next {
	display: block;
	position: absolute;
	left: 686px;
	float:left;
	width: 20px;
	height: 20px;
	text-align:right;
	}

#mooshow_next a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration:none;
	font-weight: bold;
	}
	
#mooshow_prev a:hover {
	color:#666666;
	text-decoration:underline;
	}

#mooshow_next a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
#mooshow_caption {
	display: block;
	position: relative;
	float:left;
	width: 531px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	}

#mooshow_navigation {
	padding: 5px 5px 5px 5px;
	color:#5A5A5A;
	background-color: #FFF;
	}

