.photoPopupContainer
{
	position : absolute;
	background-color : #000000;
	filter : alpha(opacity=0);
	opacity : 0.0;
	left : 0px;
	top : expression(offsetParent.scrollTop);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
}

.photoContainer
{
	background-color : #ffffff;
}

.button_disabled
{
	filter : alpha(opacity=50);
	opacity : 0.5;	
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

.outer_photo_container
{
	width : 100%;
	height : 100%;
	position : absolute;
	top : expression(offsetParent.scrollTop);
	z-index : 999;
}