    /* style untuk id photos */
    #photos {
	text-align:center;
	margin-left: 17px;
	height: auto;
	width: auto;
    }

    #photos img {
	cursor:pointer;

	border:1px none #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	float: left;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	padding: 2px;
	height: auto;
	width: auto;
    }
.simple_overlaya {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:1000;
	/* styling */
	background-color:#333;
	width:677px;
	min-height:293px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	left: 100px;
	top: 500px;
	right: 500px;
	bottom: 200px;
	margin-right: 0px;
	clear: none;
	float: none;
	margin-left: 0px;
	height: 320px;
	text-align: center;
	position: static;
	margin-top: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.gbr {
	position: absolute;
	cursor:pointer;
	padding-top: 290px;
	clear: left;
	float: left;
	width: 300px;
}
.simple_overlaya .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	/* end overlay styling */
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:680px;
	min-height:293px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	left: 100px;
	top: 500px;
	right: 500px;
	bottom: 200px;
	margin-right: 0px;
	clear: none;
	float: none;
	margin-left: 0px;
	height: 286px;
	text-align: center;
	position: static;
	margin-top: 0px;
	padding: 7px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(img/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	/* end overlay styling */

body {
	padding:0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
	height: auto;
	width: auto;
}
