#gallery-wrap
{
position:absolute;
top:0px;
left:0px;
	width: 765px;
	border: 0px solid #fff;
	height: 540px;


}

.navigation {

float:right;

height:550px;
border:0px solid green;
width:35px;
}


.content {
display:block;
float:left;
margin:5px 0 0 5px;

background:#fff;
padding:10px;
width:690px;
overflow:hidden;
}

#thumbs-adv {
margin:0 auto; 
padding:3px;


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

}
.content a:focus, .content a:hover, .content a:active
{
	color: #fff;
}

#controls-adv {
position:absolute;
top:525px;
left:510px;
border:0px solid red;
margin: 2px 10px 0 0;
color:#999;
}

#controls-adv a:link, #controls-adv a:visited
{
	color:#BCBDBF;
	
	}
	
.controls
{
	margin: 5px 0 0 0;
	height: 10px;
	font: 500 small-caps 0.9em/1.2em Arial Narrow, Arial, Verdana, sans serif;
	color: #eee;
}
.controls a
{
	padding: 5px;
}
.ss-controls
{
	float: left;
		color:#BCBDBF;
}
.nav-controls
{
	float: right;

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

}
.slideshow
{
	clear: both;
}
.slideshow span.image-wrapper
{

margin:0 auto;


}
.slideshow a.advance-link
{
	padding: 0px;
	display: block;
	border: 0px solid #fff;
margin:0 auto;

}
.slideshow img
{
	border: none;
	display: block;
margin:0 auto;
}

.download
{
	float: right;
}
.embox
{
	clear: both;
	border: 0px solid #ccc;

	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: 5px 5px 5px 0;
	list-style: none;
}

a.thumb
{
	padding: 5px;
	display: block;
	border: 1px solid #CFCFCF;


}
ul.thumbs li.selected a.thumb
{
	background: #555;
}
a.thumb:focus
{
	outline: none;
}
ul.thumbs img
{
	border: none;
	display: block;
width:55px;
height:55px;
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;


}

.pagination a, .pagination span.current
{
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination a:hover
{
	background: #eee;
	text-decoration: none;
}
.pagination span.current
{
	font-weight: bold;
	background: #000;
	border:1px solid #000;
	color: #fff;
}