div#container {
	padding: 0px;
}



div#page {
	width: 552px;
	background-color: #ffffff;
	color: #424242;
	margin: 0 0 0 0;
	text-align: left;
}


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;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:12px;
	
	}
div.content a, div.navigation a {
	text-decoration: none;
	margin-top: 0
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:12px;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: none;
	margin: 0
}
div.controls {
	margin: 0;
	height: 0;
}
div.controls a {
	padding: 0;
	margin: 0
	}
div.ss-controls {
	float: left;
	margin-top: 7px;
	margin-bottom: 3px
}
div.nav-controls {
	float: right;
	margin-top: 7px;
	margin-bottom: 3px
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 500px;
	height: auto
}
div.slideshow {
	clear: both;
	margin: 0
}
/*Add space at bottom of next or prev*/
div.slideshow span.image-wrapper {
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0;
}

div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #8e8e8e;
	margin-top: 2px;
    width:546px;
}
div.slideshow img {
	border: none;
	display: block;
	margin: 0
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	padding: 2px;
	
}
div.image-title {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:12px;
	text-align:center;
	padding-top: 5px
}

div.image-desc {
	padding-top: 0px;
	padding-bottom: 5px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:11px
}
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. */
	margin: 0px
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:12px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 3px 8px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #e8e7e7;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
	
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 0;
	height: 0px;
}
div.navigation div.bottom {
	margin: 0;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 5px 1px 5px;
	border: 0px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000;
	border-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: #424242;
	font-size:12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}