/**
Stylesheet: Demo.css
	CSS for Slideshow demos.

License:
	Creative Commons license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
*/



#show {
	left: 120px;
}

html>body #show {
	left: 0px;
}

.slideshow {
  background: url(slideshow-new.gif) no-repeat;
  height: 548px;
  width: 560px;
}
.slideshow-captions {
	background: #FFF;
	bottom: 109px;
	color: #000;
	font: normal 12px/20px Arial, sans-serif;
	left: 40px;
	text-align: center;
	width: 480px;
}
.slideshow-captions-visible {
	height: 20px;
	opacity: 1;
}
.slideshow-controller {
	margin: -44px 0 0 -119px;
	top: 50%;
}
.slideshow-images {
	left: 40px;
	height: 400px;
	top: 45px;
	width: 500px;
}
.slideshow-images img {
	position: static;
}
.slideshow-thumbnails {
	bottom: 0;
	height: 85px;
	left: 20px;
	overflow: auto;
	width: 520px;
}
.slideshow-thumbnails ul {
	height: 60px;
	width: 900px;
}
.slideshow-thumbnails li {
	margin: 0 5px 0 0;
}
.slideshow-thumbnails a {
	background: url(thumbnails-a.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.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;
}
