/* Fixes for Fancy Zoom and Reset CSS */
#ShadowBox tr, #ShadowBox td, #ZoomCapDiv tr, #ZoomCapDiv td
{
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-width: 0;
	border-bottom-width: 0;
	border-right-width: 0;
	border-top-width: 0px;
	padding:0;
	height: auto;
	vertical-align: center;
}
#ShadowBox table, #ZoomCapDiv table
{
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	padding: 0px;
	border-collapse: separate;
	margin:0;
	height: 100%;
}

#ZoomCapDiv td
{
	vertical-align: middle;
}


#ZoomBox
{
	margin: -1px;
}