#lightbox {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(/v2/mambots/content/lightThumb/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(/mambots/content/lightThumb/blank.gif);
	filter: Alpha(opacity=50);
}
.thumbnail {
	/*padding: 7px;*/
	border: 0px solid #ddd;
	/*margin-right: 10px;
	margin-bottom: 5px;*/

        margin-right: 0px;
	margin-bottom: 0px;
        padding: 0px;
	}	
.left {
	float: left;
	}
.right {
	float: right;
	}
.caption { 
	font-size: 0.9em; 
	padding-top: 0.2em ;
	}