/*
Stylesheet: Demo.css.
License: Creative Commons license.
Copyright: Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	text-align: center;
}

#wrapper {
	height: 100%;
  margin: 0 auto;
  padding: 15px 0;
  text-align: left;
  width: 560px;
}

a {
  color: #404040;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}

em {
	color: #808080;
	font-style: normal;
}

h1, h2, h3, p, ul {
  color: #404040;
  font: normal 12px/16px Arial, sans-serif;
  padding: 0 20px 16px;
}

h1 {
  padding: 0 0 16px 0;
}
h1 a {
  display: block;
  height: 39px;
  overflow: hidden;
  text-indent: -10000px;
  width: 294px;
}

h2 {
	padding: 10px 20px 16px 90px;
	text-align: center;
	font-size: 18px;
}
h3 {
	color: #666666;
}
h3.info {
	text-align: right;
}

p#info {
	font-size: 11px;
	padding-bottom: 0;
	margin-right: 45px;
	margin-left: 45px;
}

strong {
  color: #000;
  font-weight: normal;
}



.slideshow {
  background: url(slideshow_white.gif) no-repeat;
  height: 548px;
	width: 560px;
}

.slideshow-captions {
	background: #FFF;
	bottom: 109px;
	color: #000;
	font: normal 12px/20px Arial, sans-serif;
	left: 30px;
	text-align: center;
	width: 500px;
}
.slideshow-captions-visible {
	height: 20px;
	opacity: 1;
}
.slideshow-controller {
	margin: -44px 0 0 -119px;
}
.slideshow-images {
	left: 30px;
	height: 400px;
	top: 39px;
	width: 500px;
}
.slideshow-images img {
	position: static;
}
.slideshow-thumbnails {
	bottom: 0;
	height: 65px;
	left: 20px;
	overflow: auto;
	width: 100%;
}
.slideshow-thumbnails ul {
	height:65px;
	left:0;
	position:absolute;
	top:0;
	width:10000px;
}
.slideshow-thumbnails li {
	margin: 0 5px 0 0;
}
.slideshow-thumbnails a {
	background: url(thumbnails-a-white.gif);
	float: left;
	opacity: .5;
	padding: 10px;
}
.slideshow-thumbnails a img {
	border: 0;
}
.slideshow-thumbnails .overlay {
	bottom: 25px;
	height: 60px;
	position: absolute;
	width: 30px;
	z-index: 10000;
}
.slideshow-thumbnails .overlay.a {
	background: url(thumbnails-a.png);
	left: 0;
}
.slideshow-thumbnails .overlay.b {
	background: url(thumbnails-b.png);
	right: 0;
}

/* CSS-based transitions: Infinite effects */

.slideshow-alternate {
	left: 30px;
	height: 400px;
	top: 39px;
	width: 500px;
}
.slideshow-alternate img { 
	float: left;
}	
.slideshow-alternate-visible { 
	left: 0; 
	opacity: 1; 
	top: 0; 
}	
.slideshow-alternate-next { 
	left: 0; 
	opacity: 0; 
	top: 400px; 
}
.slideshow-alternate-prev { 
	left: 0; 
	opacity: 0; 
	top: -400px; 
}

/* Thumbnails: Intelligent and auto-scrolling */

.slideshow-vertical-thumbnails {
	height: 421px;
	position: absolute;
	right: -64px;
	top: 28px;
	width: 70px;
}
.slideshow-vertical-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-vertical-thumbnails ul {
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 70px;
}
.slideshow-vertical-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 0 5px 0;
	position: relative;
}
.slideshow-vertical-thumbnails a {
	background: url(thumbnails-a-white.gif);
	display: block;
	opacity: .5;
	padding: 10px;
	position: relative; 
}
.slideshow-vertical-thumbnails a:hover {
	opacity: 1 !important;
}
.slideshow-vertical-thumbnails a img {
	border: 0;
}
.slideshow-vertical-thumbnails img {
	display: block;
}
.slideshow-vertical-thumbnails-active {
	opacity: 1;
}
.slideshow-vertical-thumbnails-inactive {
	opacity: .5;
}
.slideshow-vertical-thumbnails .overlay {
	left: 0;
	height: 30px;
	position: absolute;
	width: 100%;
	z-index: 10000;
}
.slideshow-vertical-thumbnails .overlay.a {
	background: url(vertical-thumbnails-a.png);
	top: 0;
}
.slideshow-vertical-thumbnails .overlay.b {
	background: url(vertical-thumbnails-b.png);
	bottom: 0;
}

/* lightbox styles */

a:hover .photos {
	border: 1px solid #999;
}
.lbLoading {
	background: #fff url(loader.gif) no-repeat center;
}
.photos {
	border: 1px solid #fff;
	padding: 3px;
}
.lightboxDesc {
	display: none;
}
#lbOverlay {
	background-color: #000;
	cursor: pointer;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100000;
}
#lbCenter, #lbBottomContainer {
	background-color: #fff;
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 100001;
}
#lbImage {
	border: 10px solid #fff;
	cursor: pointer;
}
#lbBottom {
	border: 10px solid #fff;
	border-top-style: none;
	color: #000;
	font: normal 11px/16px Arial, sans-serif;
	text-align: left;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#header{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* BEGIN style8 */
 #navlist
{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	line-height: 12px;
	font-weight: normal;
	text-decoration: none;
	color: ;
	color: #666666;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 5px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	padding-bottom: 2px;
	background: transparent;
	color: ;
	color: #FF6600;
}

#navlist a:hover {
	color: ;
	color: #FF6600;
}

/* END style8 */
-->