div.caption-mnimg_container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.photo-index {
	color: #888;
}
#gallery{
	
}

div.mnimg_loader {
	background-image: url(loaderWhite.gif);
}
div.mnimg_slideshow img {
	border-color: #333;
}
ul.mnimg_thumbs li.selected a.mnimg_thumb {
	background: #fff;
}

div.mnimg_loader {
	background-image: url(loader.gif);
}
div.mnimg_slideshow img {
	border-color: #ccc;
}
ul.mnimg_thumbs li.selected a.mnimg_thumb {
	background: #000;
}
div.caption-mnimg_container {
	color: #111;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.photo-index {
	color: #777;
}


div.mnimg_content {
	/* The display of mnimg_content is enabled using jQuery so that the mnimg_slideshow mnimg_content won't display unless javascript is enabled. */
	display: none;
	position:absolute; 
	top:10px; left:10px; 
	width:480px; 
	height:430px; 
}
div.mnimg_content a, div.mnimg_nav a {
	text-decoration: none;
	color: #777;
}
div.mnimg_content a:focus, div.mnimg_content a:hover, div.mnimg_content a:active {
	text-decoration: underline;
}
div.mnimg_slideshow-mnimg_container {
	position:absolute;
	top:0px;
	left:0px;
	clear: both;
	height: 300px; /* This should be set to be at least the height of the largest image in the mnimg_slideshow */
	height:300px; 
	width:485; 
	vertical-align:bottom
}
div.mnimg_loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 480px;
	height: 300px; /* This should be set to be at least the height of the largest image in the mnimg_slideshow */
}
div.mnimg_slideshow {
	height:300; 
	width:480; 
	overflow:hidden; 
}
div.mnimg_slideshow span.image-wrapper {
	display: block;
}

div.mnimg_slideshow img {
	border: 1px solid #ccc;
}
div.caption-mnimg_container {
	height: 75px;
}
span.image-caption {
	display: block;
	width: 480px;
}
div.caption {
	padding: 2px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	color:#333333;
}
div.mnimg_nav {
	/* The mnimg_nav style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.mnimg_thumbs {
	margin: 0;
	padding: 0;
}
ul.mnimg_thumbs li {
	padding: 0;
	list-style: none;
}
a.mnimg_thumb {
	padding: 1px;
	display: block;
	border: 1px solid #ccc;
}
ul.mnimg_thumbs li.selected a.mnimg_thumb {
	background: #000;
}
a.mnimg_thumb:focus {
	outline: none;
}
ul.mnimg_thumbs img {
	border: none;
	display: block;
}
div#mnimg_container {
	position:relative;
	height:430px; 
	width:490px;
}

