/* mooShow 0.01 beta CSS Document */
* {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}

a {
	outline: none;
}

#mooshow_container {
	position: relative;
	width: 900px;
	margin: auto auto;
	overflow:visible;
	text-align:left;
	/* border around photo */
	padding:0px;
	}

#mooshow_image_container {
	position: relative;
	}

#mooshow_loading {
	position: absolute;
	top: 284px;
	height: 32px;
	width: 100%;
	text-align: center;
	}

#mooshow_navigation {
	text-align: left;
	background: #000;
	}
#mooshow_navigation.short {
	height: 20px;
	overflow: hidden;
	scroll: none;
}
	
#mooshow_prev a {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	left:0px;
	background: url("../i/blank.gif") no-repeat;
	}

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

#mooshow_next a:hover {
	background: url("../i/next.gif") no-repeat;
	background-position: center right;
	}
	
#mooshow_caption {
	padding: 0.5em 0em;
	color:#aaa;

	}

#mooshow_navigation {
	padding: 0em;
	color:#aaa;

	}
