@charset "UTF-8";


#gallery {
	margin-bottom: 30px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#gallery .img {
	height: 420px;
	background: no-repeat right;
	cursor: pointer;
}


#header{
	margin-bottom: 40px;
}


#overlay {
	background: #000;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 960px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#detail {
	color: #FFF;
	height: 100%;
	position: absolute;
	top: 0px;
	width: 960px;
	display: none;
}

* html #detail {
	background: #000;
	color: #FFF;
	height: 420px;
	position: absolute;
	top: 0px;
	width: 960px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#detail .body {
	position: absolute;
	z-index: 99;
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
}

#detail p{
	font-size: 93%;
}

#detail h3 {
	font-size: 100%;
	font-weight:bold;
	margin-bottom:15px;
}

#detail .imgs {
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
	position: absolute;
}


#detail a {
	color: #FFF;
	text-decoration: underline;	
}

#detail a:hover {
	color: #cccccc;
	text-decoration: underline;	
}


#detail #closedetail {
	height: 23px;
	width: 23px;
	position: absolute;
	top: 5%;
	right: 20px;
	z-index: 10;
}
#detail #closedetail a {
	background: url(../img/btn_top_close.gif);
	display: block;
	height: 23px;
	width: 23px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	cursor: pointer;
}

#detail #closedetail a:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#detail #closedetail a:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#bnr_l {
	margin-bottom: 20px;
}


#bnrs {
	margin-right: -20px;
	margin-bottom: 20px;
}
#bnrs li {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
	height: 117px;
	width: 240px;
	overflow: hidden;
}

#mini li {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	display: block;
	height: 117px;
	width: 175px;
	overflow: hidden;
	background: #efefef;
}

#misc ul li {
	display: inline;
	vertical-align: top;
	margin-right: 30px;
}


#information {
	background: #efefef;
	font-size: 93%;
	line-height: 110%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#information h3 {
	width: 100px;
	display: block;
	float: left;
	line-height: 1.5;
	padding-top: 3px;
}
#information .section {
	float: right;
	width: 635px;
	position: relative;
}
#information .poststat .date {
	margin-right: 8px;
}
#information .poststat strong a {
	text-decoration: none;
}
#information .poststat {
	display: block;
	width: 128px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5;
}
#information .headline {
	display: block;
	width: 480px;
	float: left;
	line-height: 1.5;
}
#information #hiddeninfo {
	padding-top: 10px;
	border-top: 1px solid #dbdbdb;
}
#information #hiddeninfo .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
}
#information .section .post {
	margin-bottom: 9px;
}
#information #hiddeninfo .go {
	padding-bottom: 10px;
	text-align: right;
	padding-right: 15px;
}
#information #showinfo {
	height: 15px;
	width: 15px;
	position: absolute;
	right: 15px;
	z-index: 20;
	top: 3px;
}
#information #showinfo a {
	background: url(../img/btn_top_showmore.gif) no-repeat center center;
	display: block;
	height: 13px;
	width: 15px;
	cursor: pointer;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#information #showinfo a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#imagepool h3 {
	margin-bottom: 10px;
}
