html {
	overflow: auto;
}
* {
	margin:0;
	padding:0;
}
body{
	padding: 20px;
	background: white;
	color: #555;
	font: 80%/140% 'helvetica neue',sans-serif;
	width: 710px;
	margin: 0 auto;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}
h1, h2, h3 {
	line-height: 20px;
	clear: both;
}
h1 {
	font: 180% 'helvetica neue',sans-serif;
	letter-spacing: 1px;}
h2 {
	font: bold 80% 'helvetica neue',sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 9px;
	display: inline;
}
h3 {
	font: bold 70% 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline;
}

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:485px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #999;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	background-color: #eee;
	text-decoration: none;
	color: #555;
}
div.controls {
	clear: both;
	height: 18px;
	margin-top: 4px;
	font: bold 11px 'helvetica neue',sans-serif;
}
div.controls a {
	text-align: center;
	margin-left: 3px;
	padding-left: 2px;
	padding-right: 2px;
}
div.ss-controls {
	float: right;
	letter-spacing: 1px;
}
div.nav-controls {
	font-size: 11px;
	float: left;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	display: block;
	border: 3px double #ccc;
}
div.slideshow img {
	width: 485px;
	height: auto;
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 12px;
	width: 465px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
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. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	list-style: none;
}
a.thumb {
	display: block;
	background: #eee;
}
ul.thumbs li.selected a.thumb {
	background: #000;
	border-color: #666;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	font: bold 11px 'helvetica neue',sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
div.navigation div.top {
	padding: 4px;
}
div.navigation div.bottom {
}
div.pagination a, div.pagination span.current {
	text-align: center;
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-right: 5px;
	border: 1px solid #ccc;
	padding-left: 2px;
	padding-right: 2px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
	color: #555;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}
	#header_img{width:750px;height:50px;margin:0 auto;}
	#header_nav{width:750px;height:50px;margin:0 auto;text-align:center;}
	#header_nav a,#header_nav img{border:0}
#footer{padding-top:20px;margin:0 auto;font-size:10px;letter-spacing:2px;text-align: center;width:100%;clear:both;}

#gallery li {
/* 58px, 89px, 196px */
	width: 89px;
	height: 75px;
	float: left;
	overflow: hidden;
	position: relative;
	border: 3px double #ccc;
	margin: 0 2px 2px 0;
}
#gallery li img {
	width: 120px;
	margin-left: -10px;
}
#gallery li:hover {
	border: 3px solid #bbb;
}

#galleries {
	width: 750px;
	padding: 20px;
	margin-left: 40px;
}

.thumbwrap {
	float: left;
}

.thumb1 {
	width: 140px;
	height: 100px;
	overflow: hidden;
	border: 3px double #ccc;
	margin: 0 15px 15px 0;
}

.thumb1 img {
	width: 155px;
	margin-left: -10px;
	margin-top: -3px;
}
.thumb1 li:hover {
	border: 3px solid #bbb;
}