#gallery_inner div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:660px;
	padding-bottom:20px;
}
#gallery_inner div.content a, div.navigation a {
	text-decoration: none;
	
}
#gallery_inner div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
#gallery_inner div.controls {
	margin-top: 5px;
	height: 23px;
}
#gallery_inner div.controls a {
	padding: 5px;font-size:11px; color:#FFFFFF; background:#0077C7; font-weight:bold;padding:3px; text-decoration:none;
}
#gallery_inner div.ss-controls {
	float: left;
}
#gallery_inner div.nav-controls {
	float: right;
}

#gallery_inner div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 660px;
	height: 350px
}
#gallery_inner div.slideshow {
	clear: both;
	
	
	
	
}
#gallery_inner div.slideshow span.image-wrapper {
	float: left;
	text-align:center;
	vertical-align:middle;
	display:block !important;
	

	
	
}
#gallery_inner .slideshow{
	border: 1px solid #ccc;
	width:660px;
	height:550px;
	}
	
#gallery_inner div.slideshow a.advance-link {


	
}
#gallery_inner div.slideshow img {
	border: none;
margin:20px auto;


}
#gallery_inner div.download {
/*	float: right;*/
text-align:right;
font-size:11px;
}
#gallery_inner div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #ECF5F9;
	padding: 12px;
	margin-top:5px;
}
#gallery_inner div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	width:80%;
	
	float:left;
	
}


#gallery_inner div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#gallery_inner div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#gallery_inner ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#gallery_inner ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#gallery_inner a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}

#gallery_inner .prev { margin-right:5px;}

#gallery_inner ul.thumbs li.selected a.thumb {
	background: #871D78;
}
#gallery_inner a.thumb:focus {
	outline: none;
}
#gallery_inner ul.thumbs img {
	border: none;
	display: block;
}
#gallery_inner div.pagination {
	clear: both;
}
#gallery_inner div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	display:none;
}
#gallery_inner div.navigation div.bottom {
	margin-top: 12px;
	
	
}
#gallery_inner div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 7px 1px 7px;
	border: 1px solid #ccc;
}
#gallery_inner div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#gallery_inner div.pagination span.current {
	font-weight: bold;
	background-color: #0362A1;
	border-color: #0362A1;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
