/* ----------------
// Show All Images
// ---------------- */

div#overlayAll{
	position:              absolute;
	top:                   0;
	left:                  0;
	width:                 100%;
	height:                500px;
	background-color:      #000;
	z-index:               90;
}

div#allImages {
	position:              absolute;
	background:            #ffffff;
	top:                   50px;
	left:                  0px;
	width:                 550px;
	padding:               10px;
	z-index:               100;
	text-align:            center;
}

div#allImages img {
	margin:                10px 0 0 0;
}
