div.loader {
	background-image: url('load.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
	margin-top: 20px;
	width: 500px;
	height: 500px;
}
div.slideshow {
	margin-left: 10px;
	margin-top: 0px;
}

div.slideshow span.image-wrapper {
	float: left;
	}

div.slideshow img {
	border: none;
	display: block;
	padding-bottom: 100px;
}
div.download {
	float: right;
}
div.embox {
	padding-top: 530px;
	padding-left: 560px;
	width: 160px;
	margin-bottom: 100px;
}
div.image-title {
	font-family: georgia;
	font-style: italic;
	color: #555;
	font-size: 18px;
	padding-bottom: 10px;
	
}

div.image-desc {
	  color: #555;
}

div.image-desc a:link, 
div.image-desc a:visited {
/*color: #fff;
border-color: #333; 
border-style: solid; 
border-top-width: 1px; 
border-bottom-width: 1px;
border-right-width: 3px; 
border-left-width: 3px; 
margin-right: -3px; 
margin-left: -3px; 
background-color: #333; 
background-position: 3px 3px;
-webkit-border-radius: 3px;
-khtml-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;*/
}

div.image-desc a:hover {
	  color: #333;
	  text-decoration:line-through;
}

div.navigation {
	position: absolute;
	left: 560px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	width: 140px;
	/* 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 {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	/*margin: 5px 10px 5px 0;*/
	list-style: none;
}
a.thumb {
	padding: 0px;
	display: block;
	border: 1px solid #ccc;
}
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: 0px;
	height: 0px;
}
div.navigation div.bottom {
	margin-top: 14px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 0px 4px 0px 0px;
	
}
div.pagination a:hover {
	
	text-decoration: none;
}
div.pagination span.current {
	color: #ccc;
	
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0px;
	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: #ccc;
	font-weight: ;
}
