#gallery-adv {
}
div.loader {
	background-image: url(../../gfx/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 500px
}
div.controls {
	width: 80px;
	height: 25px;
	position: absolute;
	bottom: 30px;
	left: -120px;
	background-color: #000000;
	margin: 0px;
}
div.ss-controls {
	width: 50px;
	top: 3px;
	z-index: 99;
	text-align: center;
	left: 15px;
	position: absolute;
	font-size: 11px;
	font-variant: small-caps;
	font-weight: bold;
}
div.ss-controls span {
	color: #999999;
	cursor: pointer;
	font-weight: bold;
}
div.nav-controls {
	width: 80px;
	position: absolute;
	left: 0px;
	top: 0px;
}
div.ss-controls   a {
	color: #CC0000;
	text-decoration: none;
}
.nav-controls a {
	color: #FFFFFF;
	text-decoration: none;
}
div.nav-controls .prev {
	float: left;
}
div.nav-controls .next {
	float: right;
}
div.slideshow {
	height: 510px;
	position: relative;
}
div.slideshow span.image-wrapper {
	float: left;
	width: 750px;
}
div.slideshow a.advance-link {
	display: block;
}
.slideshow .image-wrapper .advance-link img {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333333;
	padding: 0px;
}
div.slideshow img {
	display: block;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
xxxdiv.download {
	float: right;
}
xxxdiv.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #996600;
	padding: 12px;
}
xxxdiv.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
xxxdiv.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
}
ul.thumbs {
	clear: both;
}
xxxul.thumbs    li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.thumbs   li   a {
	display: block;
	border: 1px solid #333333;
	height: 60px;
	width: 60px;
	padding: 2px;
}
ul.thumbs li.selected a {
	border-color: #666666;
}
ul.thumbs a:focus {
	outline: none;
}
ul.thumbs   img {
	border: none;
	display: block;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
xxxdiv.pagination {
	clear: both;
}
xxxdiv.navigation   div.top {
	margin-bottom: 0px;
	height: 20px;
}
xxxdiv.navigation div.bottom {
	margin-top: 12px;
}
xxxdiv.pagination    a, div.pagination    strong, div.pagination  .current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
xxxdiv.pagination   a:hover {
	text-decoration: none;
	color: #0099FF;
}
xxxdiv.pagination   strong {
	color: #000000;
}
