.clearfloat {
	display: block;
	height: 0;
	clear: both;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 695px;
	height: 515px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFF;
	margin:0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px;
}

#mycustomscrollBanner {
	/* Typical fixed height and fixed width example */
	width: 969px;
	height: 692px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #FFF;
	margin:0px;
	float: left;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 5px;
}


#content {
	background-color: #FFF;
	padding:0px;
	margin: 0px;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: relative;
	float: left;
	top: 15px;
	left: 5px;
}


.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: relative;
	float: left;
	top: 34px;
	left: 0;
}


.imgLightWrp {
	height: 400px;
}
