#gallery-wrap
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 765px;
	height: 520px;
}
.navigation
{
	float: right;
	height: 520px;
	width: 220px;
}
.content
{
	display: block;
	float: left;
	margin-left: 10px;
	height: 500px;
	background: #fff;
	padding: 9px;
	width: 500px;
	overflow: hidden;
}
#thumbs-adv
{
	margin: 0 auto;
	padding: 2px;

}
.content a, .navigation a
{
	text-decoration: none;
	color: #888;

}
.content a:focus, .content a:hover, .content a:active
{
	color: #fff;
}
#controls-adv
{
	float: right;
	margin: 5px 10px 0 0;
}
.controls
{
	margin: 5px 0 0 0;
	font: 500 small-caps 0.9em/1.2em Arial Narrow, Arial, Verdana, sans serif;
}
.controls a
{
	padding: 5px;

}
.ss-controls
{
	float: left;

}
.nav-controls
{
	float: right;

}
.loader
{
	background: url('loader.gif') no-repeat;
	background-position: center;
	width: 500px;
	height: 350px;
}
.slideshow
{
	clear: both;

}
.slideshow span.image-wrapper
{
	margin: 0 auto;
}
.slideshow a.advance-link
{
	padding: 0px;
	display: block;
	margin: 0 auto;
}
.slideshow img
{
	border: none;
	display: block;
	margin: 0 auto;

}
.download
{
	float: right;
}
.embox
{
	clear: both;
	padding: 12px;
}
.image-title
{
	font-weight: bold;
	font-size: 1.4em;
}
.image-desc
{
	line-height: 1.3em;
	padding-top: 12px;
}
ul.thumbs
{
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li
{
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;

}
a.thumb
{
	padding: 2px;
	display: block;
	border: 1px solid #777;
	background: #fff;
}
ul.thumbs li.selected a.thumb
{
	background: #fff;
}
a.thumb:focus
{
	outline: none;
}
ul.thumbs img
{
	border: none;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.pagination
{
	clear: both;
}
.navigation div.top, .navigation div.bottom
{
	margin: 0 0 0 0;
	height: 11px;
	font: 500 small-caps 0.8em/1.2em Arial Narrow, Arial, Verdana, sans serif;
	color: #FFB000;
}
.pagination a, .pagination span.current
{
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 0px solid #ccc;
}
.pagination a:hover
{
	background: #eee;
	text-decoration: none;
}
.pagination span.current
{
	font-weight: bold;
	background: #ddd;
	border: 1px solid #ddd;
	color: #fff;
}