
	#image_header {
		width: 950px;
		height: 270px;
		cursor: pointer;
	}
	
	#image_header div.wrapper {
		width: 948px;
		height: 266px;
		cursor: pointer;
	}
	
	#image_header div.left_panel {
		float: left;
		padding: 10px;
		color: #fff;
		width: 550px;
		height: 250px;
	}
	
	#image_header div.left_panel div.highlight {
		position: absolute;
		top: -1px;
		left: -1px;
		width: 550px;
	}
	#image_header div.left_panel div.highlight h1,
	#image_header div.left_panel div.highlight h2,
	#image_header div.left_panel div.highlight h3,
	#image_header div.left_panel div.highlight h4,
	#image_header div.left_panel div.highlight h5 {
		color: #fff;
	}
	
	#image_header div.left_panel div.text {
		position: relative;
	}
	#image_header div.left_panel h1,
	#image_header div.left_panel h2,
	#image_header div.left_panel h3,
	#image_header div.left_panel h4,
	#image_header div.left_panel h5 {
		margin: 0;
		color: #000;
	}
	
	#image_header div.left_panel h1 { font-size: 28px; line-height: 1.3em }
	#image_header div.left_panel a { display: block; margin: 10px 0; color: #f90; }
	
	
	#image_header div.right_panel {
		float: right;
		width: 326px;
	}
	
	#image_header div.right_panel div {
		position: relative;
	}
	
	#image_header div.right_panel div h2 {
		display: block;
		margin: 0;
		padding: 8px 10px 2px;
		height: 52px;
		border: 1px solid #fff;
		border-width: 3px 0 3px 6px;
		font-size: 1.2em;
		font-weight: bold;
		color: #113351;
	}
	
	#image_header div.right_panel div a {
		display: block;
		text-decoration: none; 
		color: #666;
		background: #F0F0F0;
	}
	
	#image_header div.right_panel div.title1 h2 { border-top: none; }
	#image_header div.right_panel div.title4 h2 { border-bottom: none; }
	
	/*	Active state */
	
		#image_header div.right_panel div.active a {
			background: none;
		}
		
		#image_header div.right_panel div.active a h2 {
			border-left: none;
			color: #000;
			padding: 9px 14px 1px 14px;
			width: 299px;
		}
		
		/*	Hightlight   */
		
		#image_header div.right_panel div.highlight {
			display: none;
			position: absolute;
			width: 326px;
		}
		#image_header div.right_panel div.highlight h2 {
			border-left: none;
			color: #fff;
			padding-left: 13px;
			padding-right: 14px;
			width: 299px;
		}
			
		#image_header div.right_panel div.active div.highlight { display: block; }


