#GalleryHolder {
	position:absolute;
	top: 200px;
	left: 300px;
	z-index: 120 !important;
	display: none;

	}


#bgHolder {
	background	: 	black;
	top			:	0px;
	left		: 	0px;
	z-index		: 	120 !important;
	display: none;
	position:absolute;

	}

#GalleryHolder 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: left;
	margin-right: 20px;
	width:550px; 
}
#GalleryHolder div.content a, #GalleryHolder div.navigation a {
	text-decoration: none;
	color: #777;
}
#GalleryHolder div.content  a:focus, #GalleryHolder div.content  a:hover, #GalleryHolder div.content  a:active {
	text-decoration: underline;
}
#GalleryHolder div.controls {
	margin-top: 5px;
	height: 23px;
}
#GalleryHolder div.controls a {
	padding: 5px;
}
#GalleryHolder div.ss-controls {
	float: left;
}
#GalleryHolder div.nav-controls {
	float: right;
}

#GalleryHolder div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
#GalleryHolder div.slideshow {
	clear: both;
}
#GalleryHolder div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
#GalleryHolder div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	
	margin: 0 auto;
	width: 550px;
}
#GalleryHolder div.slideshow img {
	border: none;
	display: block;
	border: 1px solid #ccc;
	margin: 0 auto;
}
#GalleryHolder div.download {
	float: right;
}
#GalleryHolder div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
}
#GalleryHolder div.image-title {
	font-weight: bold;
	color: #777777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
} 

#GalleryHolder div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#GalleryHolder 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: 350px !important;
}
#GalleryHolder ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#GalleryHolder ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#GalleryHolder a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#GalleryHolder ul.thumbs li.selected a.thumb {
	background: #000;
}
#GalleryHolder a.thumb:focus {
	outline: none;
}
#GalleryHolder ul.thumbs img {
	border: none;
	display: block;
}
#GalleryHolder div.pagination {
	clear: both;
}
#GalleryHolder div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#GalleryHolder div.navigation div.bottom {
	margin-top: 12px;
}
#GalleryHolder div.pagination a, #GalleryHolder div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#GalleryHolder div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#GalleryHolder div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

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

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

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


#GalleryHolder h1 span{
	display: block;
	float: right;
	position:relative;
	left: -65px;
	cursor: pointer;
	color: #2277DD;
}
