1/* Fonts */
html{
	font-size: 100%;	
}
img{
}

#picture-slides-image{
	float: left;
}

#picture-slides-frame{
	float: left;
	width: 799px;
	text-align: center;
	background-color: #FFFFFF;
}
#picture-slides-image-text{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

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