/* = Slideshow CSS
-------------------------------------------------------------- */
/* Basis of gallery with or without JS */
.gallery,
.gallery li					{ display:block; list-style:none; margin:0; padding:0; overflow:hidden; }
.gallery					{  margin:0 auto; position:relative; text-align:center; }
.gallery img				{ border:none; margin:0; padding:0; }
/* JS slideshow */
.slideshow					{ position:relative; }
.slideshow li				{ position:absolute; top:0; left:0; z-index:8; }
.slideshow li.active		{ z-index:10; }
.slideshow li.last-active	{ z-index:9; }

