/* General */
#container{
	width: 1920px;
	margin: 0px;
}

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

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




#picture-slides-image-text{
	text-align: center;
}


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