div.fullwidthfader{
	height: 340px;
	position: relative;
}

div.faderimagewrapper{
	height: 340px;
	width: 940px;
	overflow: hidden;
}

div.faderimagewrapper img{
	width: 940px;
}

div.pagecontentwrapper div.fullwidthfader h1{
	margin: 0px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 9000;
	
	min-width: 260px;
	width: auto;
}



/* Heading colours */
div.product.byapplication div.fullwidthfader h1{
	border-left: 10px solid #FFCB05 !important;
}

div.product.byroom div.fullwidthfader h1{
	border-left: 10px solid #00A4E6 !important;
}

div.product.blindexaccessories div.fullwidthfader h1{
	border-left: 10px solid #188C4B !important;
}

div.product.glassoptions div.fullwidthfader h1{
	border-left: 10px solid #acacac !important;
}




/* EDIT MODE STYLES */
div.editmodethumbs{
	position: absolute;
	border: 5px solid #ffffff;
	top: 10px;
	right: 10px;
	z-index: 99999;
	background: #cccccc;
	padding: 10px;
}

div.editmode div.faderimagewrapper{
	display: none;
}

div.fullwidthfader.editmode{
	background: #e5e5e5;
}

div.scChromeToolbar{
	z-index: 999999;
}