/* Fonts */
html {
	font-size: 100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
        font-family: Century Gothic, Helvetica, Tahoma, sans-serif;
        color: #563f33;
	/* Needed for IE 6 - could be controlled via site-specific script instead */
	height: 100%;
}
input, select, textarea {
	font-size: 100%;
}
h1 {
	font: 3em/1em Verdana;
}
h2 {
	font: 1.5em/1.3em Verdana;
}
h3 {
	font: bold 1.2em/1em Verdana;
}
/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, dt, dd, input {
	margin: 0;
	padding: 0;
}
p, ol {
	margin: 0 0 1em;
	padding: 0;
}
a {
	color: #3a5483;
}
dt {
	font-weight: bold;
}

form label {
	cursor: pointer;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
/* General */
#container {
	background: #ffffff;
	overflow: hidden;
	width: 670px;
	margin: 2em auto 0;
	padding: 2em 1em 4em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
}
.navigation-controls {
	position: relative;
	text-align: center;
	background: #ffffff;
	padding: 5px;
	z-index: 1001;
	margin: 0px 50px 0px 50px;
}
/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}
.picture-slides-container {
	margin-bottom: 2em;
}
.picture-slides-dimmed-background .navigation-controls {
	-moz-border-radius : 0 0 5px 5px;
	-webkit-border-top-left-radius : 0;
	-webkit-border-top-right-radius : 0;
	-webkit-border-bottom-left-radius : 5px;
	-webkit-border-bottom-right-radius : 5px;
	background-color:#E6E6E6;
}
.picture-slides-dimmed-background .picture-slides-image-text {
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius : 5px;
	-webkit-border-top-right-radius : 5px;
	-webkit-border-bottom-left-radius : 0;
	-webkit-border-bottom-right-radius : 0;
	background:#E6E6E6;
}
.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
}
.picture-slides-fade-container a {
	display: block;
	width:450px;
	text-align: center;
	margin-bottom: 10px;
}
.picture-slides-fade-container a img {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	width:450px;
}
.picture-slides-image-load-fail {
	display: none;
}
.picture-slides-image-text {
	position: relative;
	background: #fff;
	text-align: center;
	padding: 5px 0 10px;
	margin: 0px 50px 0px 50px;
	z-index: 1001;
}
.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {
	display: none;
}
.picture-slides-previous-image, .picture-slides-next-image, .picture-slides-start-slideshow, .picture-slides-stop-slideshow {
	cursor: pointer;
}
.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}
.picture-slides-thumbnails p {
	line-height:normal;
	padding-top:3px;
	border:1px solid #cccccc;
	margin-top:5px;
	height:40px;
}
.picture-slides-thumbnails p span {
	color:#CC0000;
}
.picture-slides-thumbnails li {
	float: left;
	width: 155px;
	margin: 0 10px 5px 0;
}
.picture-slides-thumbnails li img {
	width: 155px;
	height:155px;
}
.picture-slides-thumbnails a {
	outline: none;
}
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	height:149px;
	width:149px;
	padding: 2px;
	background: #ea9d80;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.picture-size-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}
.picture-size-thumbnails li {
	float: left;
	width: 100px;
	margin: 0 10px 5px 0;
	font-size:10px;
}
.picture-size-thumbnails li img {
	width: 100px;
	height:100px;
}
.picture-size-thumbnails a {
	outline: none;
}
.picture-size1-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}
.picture-size1-thumbnails li {
	float: left;
	width: 527px;
	margin: 0 10px 5px 0;
	font-size:10px;
}
.picture-size1-thumbnails li img {
	width: 527px;
}
.picture-size1-thumbnails a {
	outline: none;
}
.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.2;
	/* For IE 5-7 
	filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=20)";
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	z-index: 1000;
	display: none;
	border:1px solid #000000;
}
div#container {
	padding: 20px;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	text-align: center;
	padding-bottom: 12px;
	display: block;
	margin: auto;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	text-align: center;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #C1E5EA;
	padding: 12px;
}
div.emboxs {
	clear: both;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
	color:#6D5938;
}
div.image-titles {
	font-weight: normal;
	font-size: 1.3em;
	color:#6D5938;
}
/*
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
*/

/*
ul.thumbs li.selected a.thumb {
	background: #000;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
*/

#gallery img, #thumbs img, #folders img {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:5px 5px 5px 5px;
	border: none;
	border: #ccc 1px solid;
}
a.advance-link:focus, a.thumb:focus {
	outline: none;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #533d31;
	border-color: #533d31;
	color: #fff;
}

