
.gallery {
	background: transparent;
	width: 980px;
	height: auto;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	border: none;
	clear: both;
	float: left;
	position: relative;
	display: block;
}
.gallery h2 {
	font-size: 24px;
	color: #afafaf;
	padding: 0px;
	margin: 2px 0px;
	float:left;
	clear:none;
	font-weight: normal;
}
.gallery p{
	margin: 10px 0px 0px 0px;
	font-size: 18px;
	color: #262626;
	float: right;
	clear: none;
}
.gallery h3{
	font-size: 21px;
	clear: both;
	border-top: #333333 1px dotted;
	padding: 0px;
	margin: 5px 0px;
	font-weight: normal;
	color: #454545;
}
.gallery img{
	padding: 0px;
	margin: 10px 10px 0px 10px;
	border: #1a1e25 solid 5px;
	float:left;
	position: relative;
	clear: both;
}
.gallery ul{
	height: auto;
	clear: none;
	padding: 0px;
	margin: 0px;
}
.gallery ul li{	
	width: 110px;
	
	margin: 0px 2px;
	padding: 0px;
	float: left;
	clear: none;
	
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.gallery ul li a {
	background:none;
	margin: 0px;
	padding: 0px;
	position: relative;
	display: block;
	height: 150px;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}
.gallery ul li a:hover, .gallery ul li.prj-first a:hover{
	background: #080809;
}
.gallery ul li a:hover > img.prj-btn{
	border-color: #080809;
}
.gallery ul li a img{
	width: 80px;
	height: 80px;
}
.gallery ul li a span{
	display:block;
	position: relative;
	float: left;
	clear: both;
	width: 80px;
	
	color: #646567;
	
	margin: 0px 10px 0px 10px;
	padding: 2px 0px 10px 0px;
		
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	letter-spacing: -0.1pt;
	text-decoration: none;
}
.gallery ul li.prj-first {
	clear: none;
	border: none;
	display: block; 
	overflow: hidden;
	float: left;
	position:relative;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	height: 420px;
	width: 260px;
}
.gallery ul li.prj-first a{
	background: #0e0e10;
	
	position: absolute;
	display: block;
	
	padding: 0px;
	margin: 0px;
	
	width: 260px;
	height: 300px;
	
	top: 0px;
	left: 0px;
}
.gallery ul li.prj-first a span {
	font-size: 16px;
	width: 240px;
}
.gallery ul li a img.prj-thumb, .gallery ul li a span.prj-long, .gallery ul li a span.prj-desc, .gallery ul li a span.prj-date, .gallery ul li.prj-first a img.prj-btn{
	display: none;
}
.gallery ul li.prj-first a img.prj-thumb{
	display: block;
	border: none;
	width: auto;
	height: auto;
}
#pb-overlay {
	background: #121214;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#pb-projectboxwrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 550px;
	z-index: 100;
	text-align: center;
	line-height: 0;
	cursor: pointer;
}
#pb-projectbox {
	background: #000000 url(lightbox-ico-loading.gif) center center no-repeat;
	position: relative;
	width: 400px;
	height: 300px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
#pb-exit{
	background: #000000 url(lightbox-ico-exit.gif) bottom left no-repeat;
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 0px;
	top: 0px;
}
#pb-imgcon {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	min-width: 100px;
	min-height: 100px;
	float: left;
	clear: none;
}
#pb-imgcon img {
	padding: 0px;
	margin: 20px 10px 20px 20px;
}
#pb-projectboxdata {
	display: block;
	position: relative;
	float:left;
	clear: none;
	
	width: 250px;
	margin: 0px;
	padding: 0px;
	
	margin: 0px;
	padding: 0px;
}
#pb-projectboxdata h1{
	position: relative;
	float:left;
	clear: both;
	
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
	color: #7b7d81;
	letter-spacing: .3pt;
}
#pb-projectboxdata h2{
	position: relative;
	float:left;
	clear: both;
	
	width: 100%;
	margin: 0px;
	padding: 0px;
		
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	color: #5d5e61;
}
#pb-projectboxdata p{
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #ABADB3;
	text-align: left;
}
#pb-projectboxdata a{
	text-decoration: underline;
	color: #FFFFFF;
}
#pb-projectexit{
	display: block;
	position: relative;
	float: right;
}
#pb-projectexit p{
	text-align: right;
	font-size: 11px;
}