
#images-box1 {
	/* The total width of the image-box, mainly for centering */
	width: 1500px;
   	margin: 0px auto;
	position: relative;
}

#images-box2 {
	width: 1500px;  
   	margin: 0px auto;
	position: relative;
}

#images-box3 {
	width: 1500px;  
   	margin: 0px auto;
	position: relative;
}

#images-box4 {
	width: 1500px;  
   	margin: 0px auto;
	position: relative;
}

#images-box5 {
	width: 1500px;  
   	margin: 0px auto;
	position: relative;
}

#images-box6 {
	width: 1500px;  
   	margin: 0px auto;
	position: relative;
}

.image-lightbox img {
	/* Inherit the width and height from the parent element */
	/* height of images */
	width: inherit;
	height: inherit; 
	z-index: 3000;
}

.holder {
	/* Original image width and height, you can change these */
	width: 250px;
	height: 250px;    /*  166px;  */
	/* Float left, so everything aligns right */
	float: left;
	margin: 0 20px 0 0;
}

.image-lightbox {
	/* Inherit width and height from the .holder */
	/* height and width of lightbox */
	width: inherit;
	height: inherit;
	padding: 10px;
	/* Box shadow */
	/*	box-shadow: 0px 0px 10px rgba(0,0,0,0.1); */
	background: #fff;
	border-radius: 5px;
	/* Position absolute so we can zoom it out later */
	position: absolute;
	top: 0;
	font-family: Arial, sans-serif;
	/* Transitions to provide some eye candy */
	-webkit-transition: all ease-in 0.25s;
	-moz-transition: all ease-in 0.25s;
	-ms-transition: all ease-in 0.25s;
	-o-transition: all ease-in 0.25s;
}

.image-lightbox span {
	display: none;
}

.image-lightbox .expand {
	height: 100%;
	width: 100%;
	position: absolute; 
	top: 0px;
	z-index: 4000;
	background: rgba(0,0,0,0); /* Fixes an IE bug */
	left: 0;
	margin-left: auto;
	margin-right: auto;
}

.image-lightbox .close {
	position: absolute; 
	width: 20px; height: 20px;
	right: 20px; top: 20px;
}

.image-lightbox .close a {   /* close */
	height: 5px;    
	width:  5px;
	padding: 5px 10px;
	background: #ff00ff;  
    border-style: solid;
    border-color: #0000ff;
	border-radius: 5px;
	float: right;
}




/*  image size - expanded */
/*  Expanded image width and height, you can change these */
div[id^=image]:target {    
	height: 850px;      /*  900px; */
	width: 1200px;      /*  1350px;  */
	position:fixed;     /* this centers the expanded image  */
	z-index: 5000;
	/*
	top: 50px;
	left:200px;    	*/
}





div[id^=image]:target .close {
	display: block;
}

div[id^=image]:target .expand {
	display: none;
}

div#image-11:target,
div#image-12:target,
div#image-13:target,
div#image-14:target,

div#image-21:target,
div#image-22:target,
div#image-23:target,
div#image-24:target,

div#image-31:target,
div#image-32:target,
div#image-33:target,
div#image-34:target,

div#image-41:target,
div#image-42:target,
div#image-43:target,
div#image-44:target,

div#image-51:target,
div#image-52:target,
div#image-53:target,
div#image-54:target,

div#image-61:target,
div#image-62:target,
div#image-63:target,
div#image-64:target
{ left: 300px; }     /*  expand image position from the left margin */


div#image-11 { left: 150px; top:0px;}
div#image-12 { left: 450px; top:0px;}
div#image-13 { left: 750px; top:0px;}
div#image-14 { left: 1050px; top:0px;}

div#image-21 { left: 150px; top:0px;}
div#image-22 { left: 450px; top:0px;}
div#image-23 { left: 750px; top:0px;}
div#image-24 { left: 1050px; top:0px;}

div#image-31 { left: 150px; top:0px;}
div#image-32 { left: 450px; top:0px;}
div#image-33 { left: 750px; top:0px;}
div#image-34 { left: 1050px; top:0px;}

div#image-41 { left: 150px; top:0px;}
div#image-42 { left: 450px; top:0px;}
div#image-43 { left: 750px; top:0px;}
div#image-44 { left: 1050px; top:0px;}

div#image-51 { left: 150px; top:0px;}
div#image-52 { left: 450px; top:0px;}
div#image-53 { left: 750px; top:0px;}
div#image-54 { left: 1050px; top:0px;}

div#image-61 { left: 150px; top:0px;}
div#image-62 { left: 450px; top:0px;}
div#image-63 { left: 750px; top:0px;}
div#image-64 { left: 1050px; top:0px;}
