

div.bannerFader{
	height: 220px;
	position: relative;
}

div.faderimagewrapper{
	height: 220px;
	width: 680px;
	overflow: hidden;
}

div.faderimagewrapper img{
	width: 680px;
	height: auto !important;
}




div.bannerFader div.bannerfadertitle{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
}

div.pagecontentwrapper div.bannerFader div.bannerfadertitle h1{
	padding: 0px;
	margin: 0px;
	background: #ffffff;
	white-space: nowrap;
	width: auto;
	min-width: 300px;
}







/* 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.bannerFader.editmode{
	height: 220px !important;
	background: #e5e5e5;
}

div.scChromeToolbar{
	z-index: 999999;
}