/* ============ General style ============ */
#ImagePanel
{
	position: relative;
	width: auto;
	height: 471px;
	/*background:url(/template/home/images/brooklyn-bridge.jpg)*/
	background-repeat: no-repeat;
	background-position: center;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	overflow: hidden;
}

