@charset "utf-8";

/* index.html */
div#wideArea div.gallery-block {
	width: 284px;
	margin: 16px 0px 0px 16px;
	background: #161616;
	border-top: #454545 solid 3px;
	float: left;
	_margin-left: 11px;
}
div#wideArea div.gallery-block p.list-img {
	padding: 10px 15px;
	background: url(../../gallery/img/thumb_bg_list.gif) no-repeat center;
	float: left;
}
div#wideArea div.gallery-block p.list-img a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
div#wideArea div.gallery-block div.info {
	width: 154px;
	padding-bottom: 5px;
	float: left;
}
div#wideArea div.gallery-block div.info p.title {
	padding-bottom: 5px;
	margin: 15px 15px 15px 0px;
	border-bottom: #333333 solid 1px;
	line-height: 1.25;
}
div#wideArea div.gallery-block div.info p.row2 {
	margin-top: 10px;
}
p.btnGallery {
	width: 770px;
	margin: 30px auto 0px;
	padding: 60px 0px 0px 115px;
	background-position: center 45px;
}
/*-------------------------------------------------------------------*/
div#mask {
	display: none;
}


/* thickbox */
*{padding: 0; margin: 0;}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {background: url(../../gallery/img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	width: 100%;
	position: fixed;
	background: #FFF;
	z-index: 102;
	display: none;
	text-align:left;
	top:50%;
	left:50%;
	border-bottom: #666 solid 15px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_ajaxWindowTitle{
	display: none;
}
#TB_ajaxContent{
	clear:both;
	overflow: visible;
	text-align:left;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/*-------------------------------------------------------------------*/
div.gallery-header {
	_height: 25px;
	padding: 5px 20px;
	background-color:#666;
	overflow: hidden;
}
div.gallery-header p {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
}
div.gallery-header a#TB_closeWindowButton {
	margin-right: -10px;
	float: right;
}
div.gallery-header a#TB_closeWindowButton img {
	vertical-align: middle;
}

/*-------------------------------------------------------------------*/
div.gallery-body {
	background: #FFF;
}
div.gallery-body div.showcase {
	width: 790px;
	background: #FFF;
}
div.gallery-body-single {
	width: 790px;
	text-align: center;
}
div.gallery-body-single img {
	margin: 20px 0px 20px 20px;
}
p.bigImg {
	width: 540px;
	margin: 0px 0px 20px 40px;
	padding-top: 20px;
	display: inline;
	text-align: center;
	background: #FFF;
	float: left;
}
p.thumbs {
	width: 180px;
	padding-top: 20px;
	float: right;
}
p.thumbs a {
	width: 80px;
	height: 80px;
	margin-bottom: 8px;
	margin-left: 5px;
	_margin-left: 2px;
	padding: 1px;
	border: #CCCCCC solid 1px;
	display: block;
	float: left;
}
p.thu-mini a {
	height: 50px;
}
p.thumbs a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}

/*-------------------------------------------------------------------*/
div.comment {
	position: absolute;
	width: 540px;
	top: 425px;
	left: 40px;
	padding: 0 20px;
	font-size: 1.2em;
	text-align: left;
	color: #333;
	background: url(../../gallery/img/comment_bg.gif) no-repeat 0px 0px;
	clear: both;
}
div.comment table th,
div.comment table td {
	padding: 5px 15px 0 0;
}

div.showcase div.gallery-body-single div.comment {
	width: 650px;
	margin-left: 0px;
	padding: 10px 50px 20px 60px;
	background: url(../../gallery/img/comment_bg_single.gif) no-repeat 30px 0px;
	background-color: #FFF;
}