@charset "UTF-8";
/* CSS Document */
#thumbshell{
	display:none;
	border:solid 1px #666;
	padding:5px 5px 5px 5px;
	width:188px;
}
.thumblist{
	list-style:none;
	list-style-position:inside;
	margin:0 auto;
	padding:0 0 0 0;
}
.thumblist li{
	float:left;
	margin:0 auto;
	padding:0 0 0 0;
	height:41px;
}
#thumbscroll{
	margin:0 0;
	line-height:41px;
}
#tmbContainer h2{
	font-family:Helvetica, sans-serif;
	font-size:1.4em;
	font-variant:normal;
	color:#333;
	padding:0 0 0 0;
	margin:0 0 5px 0;
	border-bottom: dotted thin #333;
}
#tmbContainer ul li img{
	cursor:pointer;
}

#thumbscrollnav{
	margin:0 0 5px 0;	
	background:#ddd;
	width:188px;
	height:15px;
	line-height:15px;	
	padding:0;
	font-size:9px;
}
#thumbscrollnav li{
	height:15px;
	line-height:15px;
	margin:0;	
	padding:0;
}
#thumbscrollnav li{
	list-style:none;
	float:left;
	margin:0 auto;
	padding:0 2px 0 2px;	
	color:#333;
	cursor:pointer;
	border-right:solid 1px #FFF;
}
#thumbscrollnav li.over{
	color:#999;
	background:#eee;
	/*text-decoration:underline;*/
}
#thumbscrollnav li.over img{
	/*
	opacity:0.4;
	filter:alpha(opacity=40);
	*/
}
#copy{
	font:normal 0.8em/1em Georgia, serif;
	color:#666;
}

#imagedisplay{
	display:none;
	width:540px;
	height:400px;
	background-repeat:no-repeat;
	background-position:center center;
	border:solid 1px #666;
	cursor:pointer;
	float:right;
	overflow:hidden;
}
#img_description{
	display:none;
	position:absolute;
	width:540px;
	margin:0 auto;
	padding:0 0 0 0;
	border-bottom:solid 1px #999;
	background-image:url(../img/px_pcnt.png);
	background-repeat:repeat;
	overflow:hidden;
	z-index:0;
	
}
#img_toggle{
	position:absolute;
	right:76px;
	width:80px;
	text-align:center;
	background-color:#FFF;
	margin:0 0 0 0;
	padding:0.25em 0 0.25em 0;
	border-left:dotted 1px #666;
	border-bottom:dotted 1px #666;
	z-index:2;
}
#img_title{
	padding:0em 2em 0em 2em;
}
#img_content{
	padding:0em 2em 0em 2em;
}
.gallery_header{
	border-top:solid 5px #999;
	border-bottom:dotted 1px #999;
	text-align:right;
	padding:0.2em 0 0.2em 1em;
	
}
.img_item{
	position:relative;
	height:415px;
	color:#888;
	border-bottom:dotted 1px #999;
	font-size:1em;
	text-align:left;
}
.img_item ul, .img_item ul li{
	margin-left:0.5em;
	padding-left:0px;
}
.img_item img{
	float:right;
	margin-left:2.8em;
	border:solid 1px #666;
}

