div.photo-sections-top table.data-table tr.head-row td {
	padding:10px 5px;
	border-bottom:none;
}
div.photo-sections-top table.data-table tr.data-row {
	border-top:none;
	border-bottom:none;
}
div.photo-sections-top table.data-table th.data-cell {
	border-top:none;
	border-bottom:none;
	padding:2px 2px;
}

img.popup-image{cursor: pointer;}

	div.public-outside-div
	{
		position: absolute;
		z-index: 1000;
		width: 0px;
		height: 0px;
		top: 0px;
		left: 0xp;
		visibility: hidden;
	}
	
	div.public-inside-div
	{
		z-index:1000;
		width: 0px;
		height: 0px;
		background: #000000;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	div.public-image-close-image
	{
		position:absolute;
		z-index:1200;
		width: 20px;
		height: 20px;
		top: 0px;
		left: 0px;
		background: url(/img/close.gif) no-repeat;
		display:block;
		cursor: pointer;
		margin-top: 0px;
		margin-left: 0px;
                padding-left: 0px;
	}

	img.public-image-big
	{
		position:absolute;
		z-index:1100;
		width:100%;
		height:100%;
		background: #FFFFFF;
                margin: 0px 0px 0px -22px;
	        padding:20px;
	        border:1px solid #dbdbdb;
	}
