/**
 * slideshowjs.css
 * Basic stylesheet used to show customization options for
 * Slideshow JS 2.0
 */

div.slideshow-container {
overflow: hidden;
}

	div.slideshow-title {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
		font-family: Tahoma, Arial, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		background: rgb(0, 0, 0);
		color: rgb(255, 255, 255);
		text-align: right;
		padding: .2em 0 .2em 0;
		opacity: 0.8;
	}

	div.slideshow-container div.filmstrip {
/* 		background: rgb(10, 10, 10); */
	}

		div.filmstrip ul.filmstrip {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		div.filmstrip img {
			margin: .3em;
		}


div.control {
}

#previousImage{
	top: 180px !important;
	left: 10px !important;
	position: absolute;
	width: 20px;
	height: 20px;
	background: none !important;
}

#nextImage{
	top: 180px !important;
	left: 170px !important;
	position: absolute;
	width: 20px;
	height: 20px;
	background: none !important;
}

#pausePlayImage{
	top: 150px !important;
	position: absolute;
	width: 20px;
	height: 20px;
	display: none;
}