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



.slideshow {
	height: 520px;
	width: 560px;
	padding-top: 20px;
	background: #DFCEB4;
}

.slideshow-captions {
	background: #FFF;
	bottom: 80px;
	color: #000;
	font: normal 12px/20px Arial, sans-serif;
	left: 30px;
	text-align: center;
	width: 500px;
}
.slideshow-captions-visible {
	height: 20px;
	opacity: 0;
}
.slideshow-images {
	left: 30px;
	height: 500px;
	top: 0px;
	width: 500px;
}
.slideshow-images img {
	position: static;
}
.slideshow-thumbnails {
	bottom: 0;
	height: 100px;
	left: 30px;
	overflow: auto;
	width: 500px;
}
.slideshow-thumbnails ul {
	height: 60px;
	width: 100000px;
}
.slideshow-thumbnails li {
	margin: 0 5px 0 0;
}
.slideshow-thumbnails a {
	float: left;
	opacity: .75;
	padding: 10px;
}
.slideshow-thumbnails a img {
	border: 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.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;
}