@charset "UTF-8";

/* layout css document 
========================================== */

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
	background: url(../images/gallery/back.jpg) no-repeat fixed;
}
.close_box {
	width: 180px;
	margin-top: 35px;
}
.close_box ul,li {
	margin: 0;
	padding: 0;
}
.close_box li {
	font-size: 12px;
	line-height: 180%;
	margin-left: 20px;
}
#page {
	background: url(../images/gallery/page.png) no-repeat;
	width: 790px;
	height: 400px;
	margin-top: 10px;
	behavior: url(iepngfix.htc);
}
#page h2 {
	color: #FFFFFF;
}
/* Photo thumbnail 
========================================== */

ul.thumb {
	overflow: auto;
}

ul.thumb li {
	margin: 10px;
	float: left;
	display: inline;
	overflow: hidden;
	width: 80px; /* Pictures height */
}

ul.thumb li p {
	margin: 5px 0 0 0;
	font-size: 10px;
	color: #000000;
	line-height: 150%;
	text-align: center;
	background-color: #FFFFFF;
	-moz-opacity: 0.8;
	opacity:.75;
	filter: alpha(opacity=75);
}

ul.thumb li a {
	border: none;
	text-decoration: none;
}

ul.thumb li a img {
	border: none;
}
