html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
    background-image:url('../../img/platetile.gif');
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	padding: 0;
	font-size: 3em;
	color: #333;
    margin-top: 150px;
    margin-left: 180px;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#page {
	width: 1020px;
    height: 883px;
	background-color: #fff;
	margin: 0 auto;
    margin-top: 20px;
	text-align: left;
	border: 1px solid #000;
    background-image:url('photo-page-background-ani.gif');
    background-repeat:no-repeat;
    moz-border-radius:15px;
webkit-border-radius:15px;
o-border-radius:15px;
ie-border-radius:15px;
border-radius:15px;
}

#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}


#container {
	overflow: hidden; margin-top:-12px;
}
.content {
	display: none;
	clear: both;
}

.content a, .navigation a {
	text-decoration: none; font-size:small;
}
.content a:hover, .content a:active {
	text-decoration: underline;
}

.navigation a.pageLink {
	height: 77px;
	line-height: 77px;
}

.controls {
	margin-top: 5px;
	height: 23px;
}
.controls a {
	padding: 5px;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}

.slideshow-container,
.loader,
.slideshow a.advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

.loader,
.slideshow a.advance-link,
.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 532px;
    margin-left: 370px;
    margin-top: -150px;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
.slideshow a.advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

.slideshow a.advance-link:hover,
.slideshow a.advance-link:active,
.slideshow a.advance-link:visited {
	text-decoration: none;
}
.slideshow a.advance-link:focus {
	outline: none;
}

.slideshow img {
	border: 2px solid #000;
}
.caption-container {
	float: right;
	position: relative;
	margin-top: 27px;
}
span.image-caption {
	display: block;
	position: absolute;
	top:-177px;
	left: -180px;
}

.caption-container, span.image-caption {
	width: 334px;
}

.caption {
    margin-top:0;        
	padding: 0 12px;
}

.image-title {
font-weight:normal;
	font-size: 1.0em;
}
.image-desc {
	line-height: 1.3em;
	padding-top: 5px;
    margin-top:-5px;
}
.download {
	margin-top: 8px;
}
.photo-index {
	position: absolute;
	top: -175px;
	left: -360px;
	padding: 0 12px;
}
.navigation-container {
	float: left;
	position: relative;
	left: 47%;
}
/* to position right arrow */
.navigation {
	float: left;
	position: relative;
	margin-left: -200px;
    margin-top: -5px;
}
.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
.navigation a.pageLink:focus {
	outline: none;
}

/* position of thumbnail images */
ul.thumbs {
	position: relative;
	float: left;
	margin-top: 5px;
    margin-left: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
.pagination a, .pagination span.current, .pagination span.ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination span.current {
	font-weight: bold;
}
.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}



body{
	background-color: #111;
	color: #bbb;
}
a{
	color: #f70;
}
h2 {
	color: #ccc;
}
#page {
	background-color: #000;
	border-color: #222;
}
#footer {
	color: #888;
}
.caption-container {
	color: #eee;
}
.image-title {
	font-weight: bold;
	font-size: 1.3em;
    padding-top: 0.5px; margin-left:-10px;
}
.image-desc {
	line-height: 1.1em;
	padding-top: 14px;  margin-left:-10px;
}
.download {
	margin-top: 8px;
}
.photo-index { /*phot # of ' */
	color: #888;
    margin-left:-30px; 
}
.navigation a.prev {
	background-image: url(prevPageArrowWhite.gif);
    margin-bottom: 150px;
}
.navigation a.next {
	background-image: url(nextPageArrowWhite.gif);    
}
.loader {
	background-image: url(loaderWhite.gif);
}
.slideshow img {
	border-color: #333;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
.pagination a:hover {
	background-color: #111;
}
.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

span.micro a   {color:#000000; font-size: 7pt; font-family: Arial, Verdana, helvetica, sans-serif }
span.micro   {color:#000000; font-size: 7pt; font-family: Arial, Verdana, helvetica, sans-serif }
span.micro2  {color:#000000; font-size: 9pt; font-family: Arial, Verdana, helvetica, sans-serif }
span.totop {color:#000000; font-size: 13pt; font-weight: bold; font-family: Verdana, Arial, helvetica, sans-serif}