div.gallery_frame {
				width:722px; 
				border-top:3px solid #e1dee9; 
				border-left: 3px solid #e1dee9; 
				display:block; 
				height:463px;
}


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:left;
	width:722px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #333;
	
	
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
}
div.controls {
		width: 720px;


}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: left;
}

div.loader {
	background-image: url('images_interface/loading.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 720px;
	height: 325px
}

/*MUST SET HEIGH WIDTH SO NO FLICKR ON FF / SAFARI*/
div.slideshow {
	clear: both;
width:542px;

}
div.slideshow span.image-wrapper {
	display:block;
	
	margin: auto;
}

div.slideshow span.image-wrapper img {margin: auto; border:1px solid #BCD1E5;box-shadow: 3px 3px 3px #818181;
-webkit-box-shadow: 3px 3px 3px #818181;
-moz-box-shadow: 3px 3px 3px #818181;}

div.slideshow a.advance-link {
display: block;
		width:720px;

}
div.slideshow img {
	border: none;
	display: block;
	

	
}
div.download {
	float: right;
	display:inline;
}
div.embox {
 float:right;
display:inline;
	padding:14px 0;
	width:100px;
	font-size:10px;
}



div.image-title {
	font-weight: bold;
	
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
	
}
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 {	
	margin: 0; margin-top:5px;
	margin-bottom:20px;
	padding: 0;
	width:726px;
	text-align:center;
	
}
ul.thumbs li {
	
	padding: 0;
	margin: 0;
	
	list-style: none;
	text-align:center;
float:left;
	display:inline;
width:38px;	
margin-right:56px;


}
a.thumb {
	padding: 3px;
	display: block;
		
	
}
ul.thumbs li.selected a.thumb {
	background-color:#FFF;
	background-image:url(../images_interface/bg_thumb.png);
	background-position:bottom right;
	background-repeat:no-repeat;

}
a.thumb:focus {
	outline: none;
	
}
ul.thumbs img {
	border: 1px solid #66809d;
	display:inline;
	
	
	
}
div.pagination {
	clear: both;
}
/*div.navigation div.top {
	margin-bottom: 12px;
	height: 10px;
}*/
div.navigation div.bottom {
	margin-top: 0px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 5px 5px 5px;
	font-size:13px;
	font-family:"Century Gothic","Lucida Grande",Arial,sans-serif;
	
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color:#000;
	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;
	
}