div#galleryViewer {
	position : fixed ;
	top : 50% ;
	left : 50% ;
	width : 1020px ;
	height : 453px ;
	margin-left : -510px ;
	margin-top : -227px ;
}

div#galleryViewer div.shadow, div#canvas {
	position : absolute ;
	top : 0px ;
	left : 0px ;
	bottom : 0px ;
	right : 0px ;
}


div#galleryViewer div.shadow {
	margin : 20px 0px 0px 20px ;
	background : rgb(170,170,170);
	background : rgba(170,170,170, 0.5) ;
}

div#galleryViewer div.shadow+div.shadow {
	margin : 10px 10px 10px 10px ;
	background : rgb(120,120,120);
	background : rgba(120, 120, 120, 0.5) ;
}

div#canvas {
	margin : 0px 20px 20px 0px ;
	background : black ;
	background-repeat : no-repeat ;
	background-position : center ;
}


a {
	border : none ;
	text-decoration : none ;
	color : white ;
}