/* mooShow 0.01 beta CSS Document */

html, body   { height: 95%; color: #666; text-align: center; font: 10px arial, helvetica, sans-serif;
background: #E7E7E7 url(../images/bg.jpg) repeat-x fixed right top;
}

/* Fix IE.  \*/
* html body { 
background: none; }
/* End */
div#centered { margin-left:auto; margin-right:auto; height: 390px; width: 580px; position: absolute; left: 10%; top: 25%; }a:link  {color: #18ADE7; text-decoration: none;}a:visited {color: #CCC;text-decoration: none;}a:hover {text-decoration: none;color: #66CC00;}

a img {	border: 0;}a {	outline: none;}#mooshow_container {	position: relative;	background-color: #FFF;	width: 500px;	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;
	margin: auto;
}#mooshow_image_container {	position: relative;	background-color: #666666;	}#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: 30%;	height: 100%;	left:0px;	background: url(blank.gif) no-repeat;	}#mooshow_next a {	position: absolute;	top: 0;	width: 30%;	height: 100%;	right:0px;	background: url(blank.gif) no-repeat;	}	#mooshow_prev a:hover {	background: url(prev.png) no-repeat;	background-position:center center;	}#mooshow_next a:hover {	background: url(next.png) no-repeat;	background-position:center center;	}
	
#mooshow_caption {	padding: 5px 5px 5px 5px;	color:#5A5A5A;	background-color: #FFF;	}#mooshow_navigation {	padding: 5px 5px 5px 5px;	color:#5A5A5A;	background-color: #FFF;	}