/* mooShow 0.01 beta CSS Document */

#mooshow_container a img {
	border: 0;
}

#mooshow_container a {
	outline: none;
}

#mooshow_container {
	position: relative;
	/*background-color: #faf6f0;*/
	width: 500px;
	height:225px;
	margin: auto auto;
	overflow:visible;
	text-align:center;	
	/* border around photo */
	padding:20px 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;
	/*background-color:#faf6f0;*/
	height:230px !important;
	
	}

/*#mooshow_image_container img{ padding:3px; background:#ead6bc;}*/

#mooshow_loading {
	position: absolute;
	top: 48%;
	_top: 28%;
	left:0%;
	_left:1%;
	height: 10%;
	width: 100%;
	text-align: center;
	}
	
#mooshow_navigation {
	color: #faf6f0;
	margin-top: 10px;
	
	}
#mooshow_navigation img{
	text-align:center;
	margin:2px;
	}
	
/*#mooshow_prev a {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	left:0px;
	background: url(../photoGallery/blank.gif) no-repeat;
	}

#mooshow_next a {
	position: absolute;
	top: 0;
	width: 30%;
	height: 100%;
	right:0px;
	background: url(../photoGallery/blank.gif) no-repeat;
	}*/
/*	
#mooshow_prev a:hover {
	background: url(../photoGallery/prev.gif) no-repeat;
	background-position:center center;
	}

#mooshow_next a:hover {
	background: url(../photoGallery/next.gif) no-repeat;
	background-position:center center;
	}*/
	
#mooshow_caption {
	padding: 5px 5px 5px 5px;
	color:#a51e22;
	font:11px Verdana, Arial;
	height:18px;
	/*background-color: #FFF;*/
	}


#mooshow_container img{	
	background:#ECCB8C;
	padding: 3px;
	margin: 0;
}

#mooshow_loading img{
	background:none;
	padding: 0;
	margin: 0;
}
	
#mooshow_container img.border_s{
	background:#AA5D0A;
	padding: 2px;
	margin: 0;
}

#mooshow_container img.border {
	background:#ECCB8C;
	padding: 2px;
	margin: 0;
}

#mooshow_container img.border:hover {
background: #AA5D0A;
}

	
	/*
#mooshow_container img.border_s{
background:#E9CB9E;
padding: 3px;
margin: 0;
}


#mooshow_container img.border_s{
_border: 3px solid #E9CB9E;
}

#mooshow_container img.border {_border: 3px solid #f6f1ea;}
*/





