/* Photo Slideshow v1.0.1 */
/* The height of the main panel in line 11 needs to be changed depending on how tall the slideshow is */

.slideshow {height:100%}
.slideshow  h1 {font-size: 1.5em; font-weight:bold; line-height: 1.1em; margin: 5px 20px}
.slideshow h1 a {text-decoration:none; color:#FFF}
.slideshow h1 a:hover {text-decoration:underline; }
.slideshow  h2 {font-size: 1.1em; line-height: 1em; margin: 5px 20px; color:#DDD; font-style:italic}
.slideshow  h3 {font-size: .9em; line-height: 1.1em; margin: 5px 20px; color:#DDD}
.slideshow a {text-decoration: none; color:inherit;}
.slideshow a img {border:none;}
.slideshow a:hover{text-decoration: none}

.slideshow .main_panel {position:relative; overflow:hidden; height:90%} /* THIS NEEDS TO BE CHANGED DEPENDING ON HEIGHT */
.slideshow .main_panel > a {display:block}
.slideshow .overlay {
	color:#FFF;
	position:absolute; 
	float: left;
	bottom:0;
	left:0;
	background:transparent url(transparent_bg.png) repeat-x scroll 0 0;
	width:100%;	
	font-weight: normal;}


.slideshow .slide {width:100%; height:100%; display:none;position:absolute; top:0; left:0;}
.slideshow .slide.current {display:block;}
.slideshow .slide img {width:100%; height:100%}
.slideshow .controls {position:relative; height:22px; text-align:left; padding: 6px 8px 0 10px; font-size: .8em; color:#FFF; font-variant:small-caps;}

.slideshow .controls .control {
margin: 0 5px;
background: transparent url(dots.png) no-repeat scroll -34px 0;
display:block; width:17px; height:16px; float:left;
outline: 0 none;
}
.slideshow .controls .control img{display:none;}
.slideshow .controls .control.current {font-weight:bold; background: transparent url(dots.png) no-repeat scroll -50px 0}
.slideshow .controls .play-pause-button.pause {background: transparent url(dots.png) no-repeat scroll -17px 0}
.slideshow .controls .play-pause-button.play {background: transparent url(dots.png) no-repeat scroll 0 0}
.slideshow .controls .play-pause-button {
	float:right;
	display:block;height:16px;width:17px;
}
.slideshow .controls .play-pause-button span {display:none}
