/**
License:
	MIT-style license.
Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
Notes:
	These next four rules are set by the Slideshow script.
	You can override any of them with the !important keyword but the slideshow probably will not work as intended. */
.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;
	}

/**
Notes:
	The images div is where the slides are shown.
	Customize the visible / prev / next classes to effect the slideshow transitions: fading, wiping, etc. */
.slideshow-images {
	}		
.slideshow-images-visible { 
	margin:0;
	opacity: 1;
	}	
.slideshow-images-prev { 
	opacity: 0; 
	}
.slideshow-images-next { 
	opacity: 0; 
	}
.slideshow-images img {
	}	

/**
Notes:
	These are examples of user-defined styles.
	Customize these classes to your usage of Slideshow. */

.slideshow {
	}
.slideshow a img {
	border: 0;
	}
/**	
Notes:
	Customize the hidden / visible classes to affect the captions animation.
*/

div.slideshow-captions {
	padding:0 1em 0 0;
	top: -22px;
	left: 360px;
	color: #ccc;
	font: normal 10px/20px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing:1px;
	overflow: hidden;
	position: absolute;
	text-indent: 1em;
	width: auto;
	z-index: 10000;
	}
.slideshow-captions-hidden {
	height: 22px;
	opacity: 0;
	}
.slideshow-captions-visible {
	height: 22px;
	opacity: 1;
	}
/**
Notes:
	Customize the hidden / visible classes to affect the controller animation. */
.slideshow-controller {
	background: url(../int_img/ss/controller.png) no-repeat;
	top:20px;
	left:370px;
	height: 42px;
	margin: 0px;
	overflow: hidden;
	position: absolute;
	width: 238px;
	z-index: 10000;
	}
.slideshow-controller * {
	margin: 0;
	padding: 0;
	}
.slideshow-controller-hidden { 
	opacity: 0;
	}
.slideshow-controller-visible {
	opacity: 1;
	}
.slideshow-controller a {
	cursor: pointer;
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	}
.slideshow-controller a.active {
	background-position: 0 18px;
	}
.slideshow-controller li {
	list-style: none;
	}
.slideshow-controller li.first a {
	background-image: url(../int_img/ss/controller-first.gif);
	left: 33px;
	width: 19px;
	}
.slideshow-controller li.last a {
	background-image: url(../int_img/ss/controller-last.gif);
	left: 186px;
	width: 19px;
	}
.slideshow-controller li.next a {
	background-image: url(../int_img/ss/controller-next.gif);
	left: 145px;
	width: 28px;
	}
.slideshow-controller li.pause a {
	background-image: url(../int_img/ss/controller-pause.gif);
	left: 109px;
	width: 20px;
	}
.slideshow-controller li.play a {
	background-position: 20px 0;
	}
.slideshow-controller li.play a.active {
	background-position: 20px 18px;
	}
.slideshow-controller li.prev a {
	background-image: url(../int_img/ss/controller-prev.gif);
	left: 65px;
	width: 28px;
	}
/**
Notes:
	Customize the hidden / visible classes to affect the loader animation. */
.slideshow-loader {
	height: 28px;
	right: 50%;
	position: absolute;
	top: 50%;
	width: 28px;
	z-index: 10001;
	}
.slideshow-loader-hidden {
	opacity: 0;
	}
.slideshow-loader-visible {
	opacity: 1;
	}
