#galleryBanner {
	display:			block;
	width:				950px;
	height:				333px;
	overflow:			hidden;
	position:			relative;
	z-index:			1;
}

#gbTopPicture {
	left:				0;
	position:			absolute;
	top:				0;
	z-index:			1;
	width:				950px;
	height:				333px;
}


#gbTopPicture img {
	position:absolute;
	top:0px;
	left:0px;
	width:				950px;
	height:				333px;
}

#gbBackPicture {
	left:				0;
	position:			absolute;
	top:				0;
	z-index:			0;
}

#gbLeftBar {
	position:			absolute;
	z-index:			2;
	width:				261px;
	padding:			24px 33px;
	height:				333px;
	background:			transparent url(/images/fiftypercent.png);
	left:				-333px;
	top: 				0px;
}

#gbLeftBar blockquote {
	background:			transparent url("/images/bq_top.png") no-repeat scroll left top;
	margin-left:		0;
	margin-right:		0;
	
	padding-top:		50px;
}

#gbLeftBar blockquote div {
	background:			transparent url("/images/bq_bottom.png") no-repeat scroll right bottom ;
	color:				#FFF;
	font-size:			20px;
	
	padding-bottom:		30px;
	line-height:		1.45em;
	position:			relative;
	
	font-family:		Norma;
	font-weight:		bold;
}

#gbLeftBar p {
	color: 				#fff;
}

#gbControl {
	background:			url("/images/small_orange_topshader.png") repeat-x scroll 0 0 #FAB614;
	color:				#FFFFFF;
	font-size:			10px;
	line-height:		20px;
	padding:			0 12px;
	position:			absolute;
	right:				0;
	top:				488px;
	z-index:			3;
	padding-left:		150px;
}

#gbControl span {
	color:				#ede6de;
	cursor:				pointer;
}

#gbControl span:hover {
	color:				#fff;
}

