#galleriffic {
	margin: 137px 0 0 0;
	background: none !important;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}
div.content a, div.navigation a {
	text-decoration: none;
}
div.content a:focus, div.content a:hover, div.content a:active {
}
div.controls {
}
div.controls a {
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 380px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin: 0 0 0 24px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loaderWhite.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: 380px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* DADRA: The combination of display, width, and text-align centers the images in the slideshow*/
div.slideshow a.advance-link {
	display: block;
	width: 500px;
	height: 380px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 380px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
	margin: 29px 0 0 0;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #C2A778;
}
div.download {
}
div.caption-container {
	position: relative;
	top: -300px;
	left: -390px;
	clear: left;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 300px;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 15px;
}
div.image-desc {
	font-size: 13px;
	line-height: 18px;
	padding: 12px 0;
}

/*DADRA: this is the thumbs wrapper*/
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	/* DADRA:
	Width is set using these lines in galleriffic_js/galleriffic_controls.js:
	$('div.navigation').css({'width' : '306px', 'float' : 'left'});
    $('div.wrapper').css('display', 'block');
	*/
	margin: 30px 0 0 340px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 11px 0 0 0;
	list-style: none;
}
a.thumb {
	display: block;
	border: 1px solid #C2A778;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
/*DADRA: if disabling the thumbs opacity rollover in the source code, you can use this style to create other types of rollovers*/
a.thumb:hover {
}
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, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin: 6px 7px 4px 0;
	padding: 0 3px 0 3px;
	font-size: 13px;
	text-decoration: none;
	color: #777;
}
div.pagination a:hover {
	color: #cf9127;
	border-bottom: 2px solid #cf9127;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-bottom: 2px solid #cf9127;
	color: #cf9127;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
