/**
 * slideshowjs.css
 * Basic stylesheet used to show customization options for
 * Slideshow JS 2.0
 */

div.slideshow-container {}

	div.slideshow-title {
    background: none repeat scroll 0 0 #050509;
    color: #FFFFFF;
    font-family: Tahoma,Arial,Sans-serif;
    font-size: 18px;
    left: 0;
    opacity: 0.5;
    padding: 0.5em;
    position: absolute;
    text-align: left;
    top: 0;
    width: 97%;
}

	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;
		}
