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

* {
	margin: 0;
	padding: 0;
}


.slideshow {
  background:url(slideshow.gif) no-repeat;
  height:225px;
  width:292px;    
}

.slideshow-captions {
	background:#000;
	bottom: 40px;
	color:#FFF;
	font: normal 12px/20px Arial, sans-serif;
	text-align: center;
	width:292px;
}
.slideshow-captions-visible {
	height: 20px;
	opacity: 1;
}
.slideshow-controller {
	margin: -44px 0 0 -119px;
}
.slideshow-images {
	/*background:#999;*/
	height:184px;
        width:292px;
}
.slideshow-images img {
	border:0;
	position: static;
}
.slideshow-thumbnails {
	/*background:#ccc;*/
	bottom: 0;
	height: 40px;
	overflow: auto;
	width:292px;
}
.slideshow-thumbnails ul {
	/*list-style:none;*/
	height: 40px;
	width:1000px;
}
.slideshow-thumbnails li {
	float: left;
	list-style: none;
	margin: 0 0 0 0;
}
.slideshow-thumbnails a {
	border:0;
	background: url(thumbnails-a.gif);
	float: left;
	opacity: .5;
	padding: 5px 5px 6px 5px;
}
.slideshow-thumbnails a img {
	border: 0;
        width:40px;
        height:27px;
        
}
.slideshow-thumbnails .overlay {
	bottom: 25px;
	height: 60px;
	position: absolute;
	width: 30px;
	z-index: 800;
}
.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.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: 800;
}
#lbCenter, #lbBottomContainer {
	background-color: #fff;
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 801;
}
#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;
}