#change_resol {
	position: absolute;
	z-index: 9999;
	width: 40%;
	margin-top: -30px;
	margin-left: 30%;
	text-align: center;
}

#olefa_gallery {
	width: 801px;
	text-align: center;
}
#olefa_gallery div.gallery-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;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#slideshow {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#olefa_gallery div.gallery-navigation {
	width: 100%;
	margin: 12px 0;
	text-align: center;
	margin-left:5px;
}
#olefa_gallery div.content a, #olefa_gallery div.gallery-navigation a {
	text-decoration: none;
	color: #777;
}
#olefa_gallery div.content a:focus, #olefa_gallery div.content a:hover, #olefa_gallery div.content a:active {
	text-decoration: underline;
}
#olefa_gallery div.controls {
	margin-top: 2px;
	height: 23px;
}
#olefa_gallery div.controls a {
	padding: 5px;
}
#olefa_gallery div.ss-controls {
	float: left;
	position: absolute;
	display: none;
}
#olefa_gallery div.nav-controls {
	float: right;
	width: 100%;
}
#olefa_gallery div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}

#slideshow {
	height: 605px;
}
#olefa_gallery div.slideshow-container {
	position: relative;
	clear: both;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#olefa_gallery div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/osr/icons/browse/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
}
#olefa_gallery div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 45px;
}
#olefa_gallery div.slideshow a.advance-link {
	display: block;
	width: 800px;
	height: 600px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
#olefa_gallery div.slideshow a.advance-link:hover, #olefa_gallery div.slideshow a.advance-link:active, #olefa_gallery div.slideshow a.advance-link:visited {
	text-decoration: none;
}
#olefa_gallery div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

#olefa_gallery div.download {
	text-align: right;
}
#olefa_gallery div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 5px;
	margin-top:15px;
	margin-left:5px;
	width:790px;
}
#olefa_gallery div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#olefa_gallery div.image-desc {
/*	line-height: 1.3em;
	padding-top: 12px;*/
}
#olefa_gallery div.gallery-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. */
}
#olefa_gallery ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#olefa_gallery ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 8px 5px 0;
	list-style: none;
}
#olefa_gallery a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#olefa_gallery ul.thumbs li.selected a.thumb {
	background: #000;
}
#olefa_gallery a.thumb:focus {
	outline: none;
}
#olefa_gallery ul.thumbs img {
	border: none;
	display: block;
}
#olefa_gallery div.pagination {
	clear: both;
	text-align: center;
}
#olefa_gallery div.gallery-navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#olefa_gallery div.gallery-navigation div.bottom {
	margin-top: 2px;
}
#olefa_gallery div.pagination a, #olefa_gallery div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#olefa_gallery div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#olefa_gallery div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
/* Minimal Gallery Styles */
#olefa_gallery #thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
#olefa_gallery #thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}
#olefa_gallery #thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}
