/*
Banner-container
=============================
*/

div#banner-container {
	position:relative;
}

div#spacer {
		height:235px;
	}
div#coverimage {
		margin:0 13px 0px 13px;
	}
div#banner {
		padding:0px 0px 10px 0px;
		border-bottom:1px dotted #646464;
		margin:0 0 0px;
		height:225px;
		position:relative;
	}
div.bannerbg {
		Position:absolute;
		top:0;
		left:0;	
		background:url('../images/bg_coverimage.png') repeat-x;
		width:100%;
		height:236px;
		z-index:100;
}

div#bannerImage-1 {
	z-index:20;
	width:685px;
	height:226px;
	padding:0px 0px 10px 0px;
	position:absolute;
	border-bottom:1px dotted #646464;
	
}

div#bannerImage-2 {
	z-index:10;
	width:685px;
	height:226px;
	padding:0px 0px 10px 0px;
	position:absolute;	
	border-bottom:1px dotted #646464;
}

div#bannerImage-1, div#bannerImage-2 {
	background-position:center;
	background-repeat:no-repeat;
}

.bannerImageCategory {
	z-index:30;
	position:absolute;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
}

.hide {
	display:none;
}
