div.g_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:550px; 
}
div.g_content a, div.g_navigation a {
	text-decoration: none;
	color: #777;
}
div.g_content  a:focus, div.g_content  a:hover, div.g_content  a:active {
	text-decoration: underline;
}
div.g_controls {
	margin-top: 5px;
	height: 23px;
}
div.g_controls a {
	padding: 5px;
}
div.g_ss-controls {
	float: left;
}
div.g_nav-controls {
	float: right;
}

div.g_loader {
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 540px;
	height: 350px
}
div.g_slideshow {
	clear: both;
}
div.g_slideshow span.g_image-wrapper {
	float: left;
	padding: 0;
	margin: 0;
	
}

.bdc_container .g_slideshow img { border: none; margin: 0; position: relative; float: left; !important }

div.g_slideshow a.g_advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.g_slideshow img {
	border: none;
	display: block;
	padding: 0;
	margin: 0
}
div.g_download {
	float: right;
}
div.g_embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}

div.g_caption { width: 100%; background-color: #ececec; margin: 0; padding: 0 }

div.g_image-title {
	font-weight: bold;
	font-size: 1.4em;
	padding: 12px;
	line-height: 1.0em
}

div.g_image-desc {
	line-height: 1.3em;
	padding: 0px 12px 12px 12px
}
div.g_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. */
}
ul.g_thumbs {
	clear: both;
	margin: 12px 0;
	padding: 0;
	width: 548px; 
	height: 90px;
	background-color: #ececec
}
ul.g_thumbs li {
	float: left;
	padding: 0;
	margin: 12px 0 12px 11px;
	list-style: none;
}
a.g_thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.g_thumbs li.g_selected a.g_thumb {
	background: #000;
}
a.g_thumb:focus {
	outline: none;
}
ul.g_thumbs img {
	border: none;
	display: block;
	margin: 0;
	padding: 0
}
div.g_pagination {
	clear: both;
}
div.g_navigation div.g_top {
	display: none
}
div.g_navigation div.g_bottom {
	margin: 12px 0;
}
div.g_pagination a, div.g_pagination span.g_current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.g_pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.g_pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

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

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

#g_thumbs-min ul.g_thumbs li.g_selected a.g_thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

