#workHolder {
	background-color:#000;
	background:url(../images/silver.gif);
	background-attachment:fixed;	
}
#workContent {
	margin-bottom:35px;
	border-bottom:1px dotted #fff;
	background:url(../images/news_clip.png);
	color:#000;
	padding:20px;
	}
#workContent p {
	font-size:14px;
	padding-bottom:20px;
	}
#work {
	background:url(../images/news_clip.png);
	color:#000;
	padding:15px 20px 10px 20px;
	margin-bottom:10px;
	display:block;
	}
.workHeader{
	
	}
#picsHolder{
	height: 550px;
	display:none;
	}
#picsHolder.displayDiv {
	
	display:block;
	margin-bottom:20px;
	}
#polaroids{
	margin-bottom:40px;	
	}
ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0px;
	width: 840px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	margin-top:9px;
	margin-right:18px;
	margin-bottom:9px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li a span {
	position: absolute;
	left: 0px; 
	top: 0px;
	width: 200px; 
	height: 20px;
	display:none;
}
ul.thumb li a span.underline {
	padding:10px;
	}
ul.thumb li img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: none;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(../images/thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}
.clear {
	clear:both;
	}	