/**
 * slideshowjs.css
 * Basic stylesheet used to show the customization options of
 * Slideshow JS.
 */

div.slideshow-container {
	float:center;
	margin: auto;
	padding-top:10px;
		
}

	div.slideshow-title {
		float:center;
		margin: auto;
		padding-top:10px;
		font-family: Tahoma, Arial, Sans-serif;
		font-size: 11px;
		font-weight: bold;
		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;
		}
