body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
.imglink {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.imgdiv {
	height: 120px;
	width: 120px;
	padding: 3px;
	margin: 3px;
	float: left;
	position: relative;
	text-align: center;
	z-index: 2;
}
#imgogogo a:hover, #imgogogo a:focus {
	display: block;
	outline: none;
	text-decoration: none;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
}
#imgogogo a:hover:before, #imgogogo a:focus:before {
	content: attr(title);
	white-space: nowrap;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 255, 0.7);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.7), rgba(204, 204, 204, 0.7));
	background: -webkit-gradient(linear, 0%, 0%, 0%, 100%, from(rgba(255, 255, 255, 0.7)), to(rgba(204, 204, 204, 0.7)));
	display: block;
	color: #000;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: -27px;
	/*width: 100%;*/
	font-weight: bold;
	text-align: center;
	padding: 0px 15px 0px 15px;
	z-index: 2;
    /*
	-moz-border-radius: 15px 15px 15px 0px;
	-webkit-border-radius: 15px 15px 15px 0px;
	border-radius: 15px 15px 15px 0px;
    */
}
#imgbox {
	position: fixed;
	top: 0%;
	width: 90%;
	height: 90%;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #999999;
	background-color: #ffffff;
	z-index: 4;
	visibility: hidden;
	text-align: center;
	overflow: auto;
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
    /*
	-moz-border-radius: 0px 15px 15px 15px;
	-webkit-border-radius: 0px 15px 15px 15px;
	border-radius: 0px 15px 15px 15px;
    */
}
#shader {
	position: fixed;
	top: 0%;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	opacity: 0.5;
	background-color: #000000;
	z-index: 3;
	visibility: hidden;
}
#imgogogo {
	position: absolute;
	width: 80%;
	margin-top: 10px;
	margin-left: 10%;
	border: 1px solid #999999;
	padding: 5px;
	background-color: #dddddd;
}