#lightbox {
	background-color: #eee;
	padding: 10px;
	/*border-bottom: 1px solid #666;
	border-right: 1px solid #666;*/
	
}
#overlay {
	/*background-image: url(overlay.png);*/
}
#lightboxCaption {
	color:#333;
	background:#eee;
	/*border-bottom: 1px solid #666;
	border-right: 1px solid #666;*/
	padding:10px 0 10px 10px;
}
#lightboxCaption div{
	padding-top:10px;
	padding-left:11px;
	line-height:18px;
	height:60px;
	background:#000066;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
/*	background-color: #FFF;*/
/*	background-image: url(blank.gif);*/
/*	filter: Alpha(opacity=50);*/
}

/*-------------------*/
.workPics {
	cursor: url(graphics/zoomin.cur), pointer;
    outline: none;
}