﻿#slideshow {
	position:relative;
	padding-left:25px;
	padding-right:25px;
	
}

#slideshow img{
	position:absolute;
	width:90%;
}

#slideshow_captions{
	position:absolute;
	top:0px;
	width:90%;
	padding:10px;
	background-color:white;
	filter:alpha(opacity:70);
	opacity:0.7;
	font-family:Arial;
	font-size:2em;
	font-weight:bold;
	display:none /*do not alter*/
}