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

/** PhotoGallery **/

.caption{
	color:#0071b7; 
	margin-bottom:20px;
	display: none !important;	
}
.gallery_demo{width:350px; float:right; margin:0px;}
.gallery_demo li{
	border:2px double #111;
	margin: 0 2px; 
	list-style:none; 
	float:left;
	height:70px;
	width: 89px;
}
.gallery_demo li div{left:240px; }
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

.galleria_wrapper{
	margin-bottom: 10px;
}

#main_image {
	float:left;
	height:325px;
}

/*#main_image{float:left; height:375px;width:500px;background:black;}*/

/*#main_image img {
	margin-bottom:10px;
}*/

.backToGalleryLink{
	text-align: left;
	width: auto;
}

.bmoTitle{
	font-family: Palatino,Times,Arial;
}

.ClickThumbDiv{
	margin-left: 45px;
}

.nav {
	padding-top:15px;
	clear:both;
	font:80% 'helvetica neue',sans-serif;
	letter-spacing:3px;
	text-transform:uppercase;
}

.info {text-align:left;
	width:700px;
	margin:30px auto; 
	border-top:1px dotted #221;
	padding-top:30px;
}

.info p {
	margin-top:1.6em;
}

.galleryThumb {
	float:left;
	margin-right:20px;
}

.galleryThumb img{
	width:200px;
	border:2px solid #333333; 
}

.galleryThumbAdmin img {
	max-height: 150px;
	max-width: 150px;
}

.gallery_demo_unstyled img
{
	/*border:1px solid red;*/
}

/** PhotoGallery **/
.galleryPagination {
	text-align:center;
	margin-top:5px;
}

