#DWebCMS-MediaGalleryWrapper div.content {
	display: none;
	float: right;
	width: 65%; 
}
#DWebCMS-MediaGalleryWrapper div.content a, #DWebCMS-MediaGalleryWrapper div.navigation a {
}
#DWebCMS-MediaGalleryWrapper div.content a:focus, div.content a:hover, div.content a:active {
}
#DWebCMS-MediaGalleryWrapper div.controls {
}
#DWebCMS-MediaGalleryWrapper div.controls a {
}
#DWebCMS-MediaGalleryWrapper div.ss-controls {
	float: left;
}
#DWebCMS-MediaGalleryWrapper div.nav-controls {
	float: right;
}
#DWebCMS-MediaGalleryWrapper div.slideshow-container {
	position: relative;
	clear: both;
	height: auto;
}
#DWebCMS-MediaGalleryWrapper div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: auto;
}
#DWebCMS-MediaGalleryWrapper div.slideshow {
	width:auto;
	height:auto;
	padding:0;
}
#DWebCMS-MediaGalleryWrapper div.slideshow span.image-wrapper {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
#DWebCMS-MediaGalleryWrapper div.slideshow a.advance-link {
	display: block;
	height: auto;
	/* text-align: center; */
	clear:both;
}
#DWebCMS-MediaGalleryWrapper div.slideshow a.advance-link:hover, #DWebCMS-MediaGalleryWrapper div.slideshow a.advance-link:active, #DWebCMS-MediaGalleryWrapper div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#DWebCMS-MediaGalleryWrapper div.slideshow img {
	vertical-align: top;
	border: 1px solid #ccc;
	width:auto;
	max-width:100%;
}
#DWebCMS-MediaGalleryWrapper div.download {
	float: right;
}
#DWebCMS-MediaGalleryWrapper div.caption-container {
	position: relative;
	float:left;
	width:100%;
}
#DWebCMS-MediaGalleryWrapper span.image-caption {
	/*
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	*/
}
#DWebCMS-MediaGalleryWrapper div.caption {
	height:auto;
	min-height:50px;
	width:100%;
	padding: 0;
	position:relative;
}
#DWebCMS-MediaGalleryWrapper div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
#DWebCMS-MediaGalleryWrapper div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#DWebCMS-MediaGalleryWrapper div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#DWebCMS-MediaGalleryWrapper #thumbs{
	width: 29%;
	float: left;
}

#DWebCMS-MediaGalleryWrapper ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#DWebCMS-MediaGalleryWrapper ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#DWebCMS-MediaGalleryWrapper a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#DWebCMS-MediaGalleryWrapper ul.thumbs li.selected a.thumb {
	background: #000;
}
#DWebCMS-MediaGalleryWrapper a.thumb:focus {
	outline: none;
}
#DWebCMS-MediaGalleryWrapper ul.thumbs img {
	border: none;
	display: block;
}
#DWebCMS-MediaGalleryWrapper div.pagination {
	clear: both;
}
#DWebCMS-MediaGalleryWrapper div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#DWebCMS-MediaGalleryWrapper div.navigation div.bottom {
	margin-top: 12px;
}
#DWebCMS-MediaGalleryWrapper div.pagination a, #DWebCMS-MediaGalleryWrapper div.pagination span.current, #DWebCMS-MediaGalleryWrapper div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
#DWebCMS-MediaGalleryWrapper div.pagination a:hover {
	text-decoration: none;
}
#DWebCMS-MediaGalleryWrapper div.pagination span.current {
	font-weight: bold;
}
#DWebCMS-MediaGalleryWrapper div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
#DWebCMS-MediaGalleryWrapper a {
	text-decoration: none;
}