#EyeCatcher
{
	position: relative;
	overflow:hidden;
	min-width: 1060px;
	z-index: 100;
	background-color: #FEC726;
	padding-top:73px;
	min-height: 14px;
	-moz-box-shadow:0 3px 3px rgba(182, 182, 182, 0.75);
	-webkit-box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);
	box-shadow: 0 3px 3px rgba(182, 182, 182, 0.75);	
}

#EyeCatcher-Image
{
	padding-top:73px;
	height: 100%;
	left: 0;
	position: absolute !important;
	top: 0;
	width: 100%;
	min-width:1060px;
	min-height:400px;
	max-height:400px;
	display:none;	
}