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: block;
	float:right;
	width:550px; 
}

div.navigation{width:300px;float: left;}div.content{display:block;}

div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}

#gallery-adv {
    float:left;
    clear:both;
    width: 100%;

}

#thumbs-adv {
    float:left;
    clear:both;
    width: 100%;
    margin-top: 20px;
    
    

}


div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('/static/images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	/*padding: 2px;*/
	display: block;
	/*border: 1px solid #ccc;*/
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	background-color: #1a1a1a;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	background-color:#1a1a1a;
	
}
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. */
}
ul.thumbs {


	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
	

	
}
ul.thumbs li {

	float: left;
	padding: 0;
	display:inline;
	margin:0px 7px 0px 0px;
  	
}
a.thumb {
}
ul.thumbs li.selected a.thumb {
	
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	
}
div.pagination {
	
}
div.navigation div.top {
	margin: 40px 0px 0px 0px;
	float: left;
	clear: both;
	width: 10px;
	height: 10px;
	
}
div.navigation div.bottom {
	margin: 40px 0px 0px 0px;
	float: left;
    width: 10px;
	height: 10px;
    	
    
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
}
div.pagination a:hover {

}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

