div#gallery-adv {
	/* 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: block;
	float:right;
	width: 630px; 
	margin: 0 30px 0 0;
}
div#gallery-adv a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div#gallery-adv  a:focus, div#gallery-adv  a:hover, div#gallery-adv  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background: url('loader.gif') center no-repeat;
	width: 620px;
	height: 413px
}
div.slideshow {
	clear: both;
	margin: 8px 0 0 0;
}
div.slideshow span.image-wrapper {
	float: left;
	padding: 0 0 5px 0;
}
div.slideshow a.advance-link {
	padding: 0px;
	display: block;
	border: 4px solid #007AB9;
}
div.slideshow img {
	border: none;
	display: block;
}

div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 10px;
	width: 608px;
}
div.image-title {
	font: bold 16px Arial;
	color: #3E3E3E;
}

div.image-desc {
	font: normal 12px Tahoma;
	padding-top: 12px;
	color: #565656;
}


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. */
		width: 250px; 
		float: left;
		margin: 0 0 0 30px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	height: 400px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 5px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #0092DC;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {

}
div.navigation div.bottom {

}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #7A7A7A;
	background: #929292;
	color: #fff;
	font: bold 12px Arial;
}
div.pagination a:hover {
	background-color: #B90000;
	color: #fff;
	text-decoration: none;
	border: 1px solid #730000;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #323232;
	border-color: #0E0E0E;
	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;
}
