table.modPhoto {
}
td.modPhoto {
}
img.modPhotoThumb {
	border: 1px solid #ABC9B1;
/*
	clip: rect(auto,auto,10px,auto);
*/
}
img.modPhotoTransp {
	border: 1px solid none;
}
img.modPhotoLarge {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div.fadeBody {
	position:absolute;
	visibility:hidden;
	width:100px;
	height:100px;
	opacity:0.75;
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	filter:alpha(opacity=75);
	background-color:#000000;
}
div.modPhotoPopup {
	position:absolute;
	visibility:hidden;
	text-align:center;
	vertical-align:top;
	width:100%;
	height:100%;
/*
top:100px;
*/
}

