/**
 * slideshowjs.css
 * Basic stylesheet used to show the customization options of
 * Slideshow JS.
 */
div.slideshow-container {}

	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 
	{
		
	}

	div.filmstrip ul.filmstrip 
	{
		margin: 0;
		padding: 0;
		width:200px;
		height:250px;
		margin-top:-250px;
		margin-left:-10px;
		
	}
		
	div.filmstrip img 
	{
		margin:0;
		border:4px solid #FFF;
	}
