DIV#Body TABLE.Photos
{
	width: 50%;
	border-collapse: collapse;
	margin: 0px!important;
	border: 0px!important;
	border-style: solid inset;
}

DIV#Body TABLE.Photos TD
{
	padding: 15px!important;
	border: 15px solid white!important;
	background-color: #F0F1F3;
	vertical-align: top;
	text-align: center!important;
}


DIV.PhotoPreview
{
	border-top: 1px solid;
}

DIV.PhotoPreview DIV.ZoomIcon
{
	width: 120px;
	height: 120px;
	background: white center no-repeat;
	border: 1px solid;
	border-top-width: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	float: left;
	margin-bottom: 1em;
}

DIV.PhotoPreview DIV.ZoomIcon IMG
{
	width: 17px;
	height: 17px;
	margin: 98px 5px 5px 98px;
	border-width: 0px;
	border: 1px solid silver;
}

DIV.PhotoPreview DIV.Description
{
	margin-left: 140px;
	margin-bottom: 1em;
}

DIV.PhotoPreview DIV.Description h3, DIV.PhotoPreviewBig DIV.Description h3
{
	margin-top: 0.5em!important;
}

DIV.PhotoPreview DIV.Description P, DIV.PhotoPreviewBig DIV.Description P
{
	margin-top: 0em;
}

DIV.PhotoPreviewBig
{
	border-top: 1px solid;
}

DIV.PhotoPreviewBig DIV.ZoomIcon
{
	width: 240px;
	height: 180px;
	background: white center no-repeat;
	border: 1px solid;
	border-top-width: 0px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	float: left;
	margin-bottom: 1em;
}

DIV.PhotoPreviewBig DIV.ZoomIcon IMG
{
	width: 17px;
	height: 17px;
	margin: 148px 5px 5px 198px;
	border-width: 0px;
	border: 1px solid silver;
}

DIV.PhotoPreviewBig DIV.Description
{
	margin-left: 270px;
	margin-bottom: 1em;
}


