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:right;
	width:450px;
	z-index:5;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #FFF;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	z-index:5;
	width: 450px;
}
div.controls a {
	padding: 5px;
	color: #999966;
}
div.ss-controls {
	float: left;
	z-index:5;
}
div.nav-controls {
	float: right;
	z-index:5;
}

div.loader {
	background-image: url('img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 350px;
	z-index: 5;
}
div.slideshow {
	clear: both;
	z-index:5;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	z-index:5;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
	z-index:5;
	height: 325px;
	width: 450px;
}
div.download {
	float: right;
	z-index:5;
}
download a {
	color: #99CC99;
}
#WrapperHome #ContentPhotoAlbum #thumbs .thumbs.noscript li .caption .download a {
	color: #99CC99;
}
div.embox {
	clear: both;
	padding: 2px;
	z-index:5;
	width: 450px;
}
div.image-title {
	font-size: 12px;
	z-index:5;
	color: #DFDC8F;
}

div.image-desc {
	line-height: 14px;
	padding-top: 5px;
	z-index:5;
	font-size: 11px;
	color: #FFF;
}
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. */
	   z-index:5;
	float: left;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	z-index:5;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
	z-index:5;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	z-index:5;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	height: 70px;
	width: 70px;
}
div.pagination {
	clear: both;
	z-index:5;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
	z-index:5;
}
div.navigation div.bottom {
	margin-top: 12px;
	z-index:5;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #FFF;
	z-index:5;
	color: #FFF;
}
div.pagination a:hover {
	background-color: #999966;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #999966;
	color: #fff;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-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;
}
