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

License:
	MIT-style license.

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

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-images {
	height: 100px;
	width: 950px;
}		
.slideshow-images-visible { 
	opacity: 1;
	filter: alpha(opacity=100);
}	
.slideshow-images-prev { 
	opacity: 0; 
	filter: alpha(opacity=0);
}
.slideshow-images-next { 
	opacity: 0;
    filter: alpha(opacity=0);	
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

.slideshow {
	height: 100px;
	width: 950px;
	background-image: url(8/p/1.gif);
}
.slideshow a img {
	border: 0;
}

.slideshow-captions {
	bottom: 0;
	padding: 8px; 0 0 8px;
	font: Verdana, Arial, sans-serif;
	font-size: 14px;
	color:#00aff1;
	font-weight: bold; 
	left: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 92px;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.slideshow-thumbnails {
    margin-left: 905px;
	margin-top: -95px;
	height: 90px;
	width: 40px;
	z-index: 1000;
	position: absolute;
}
.slideshow-thumbnails * {
	margin: 0;
	padding: 0;
}
.slideshow-thumbnails ul {
	height: 10px;
	width: 40px;

}
.slideshow-thumbnails li {
	list-style: none;
	margin-bottom: 5px;

	
}
.slideshow-thumbnails a {
	display: block;
	
}
.slideshow-thumbnails a:hover {
	background-color: !important;
	opacity: .9 !important;
	filter: alpha(opacity=90) !important;
}
.slideshow-thumbnails img {
	display: block;
	height: 10px;
	width: 40px;
}
.slideshow-thumbnails-active {
	opacity: .9;
	filter: alpha(opacity=90);
}
.slideshow-thumbnails-inactive {
	opacity: .5;
	filter: alpha(opacity=50);
}