/* General */

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 475px;
}

#picture-slides-image{
	margin: 0px;
}


#picture-slides-dim-overlay{
	/*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;*/
	background: black;
	opacity: 0.8;
	
	z-index: 10;
}