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

div.slideshow-container {
width:235px; /*trouver bonne largeur (doit etre egal à largueur max de photo*/
height:170px;
}



	/*div.slideshow-container img {
	div.slideshow-container div {
		display: none;
	}*/

	div.slideshow-title {
		float:right;
		width: 235px;
		/*margin-left:40px;*/
		font-size: 11px;
		font-weight: bold;
		background: rgb(0, 0, 0);
		color: rgb(255, 255, 255);
		text-align: right;
		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;
		}