img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll1,#mycustomscroll2,#mycustomscroll3,#mycustomscroll4,#mycustomscroll5,#mycustomscroll6,
#mycustomscroll7,#mycustomscroll8,#mycustomscroll9,#mycustomscroll10,#mycustomscroll11
{
	/* Typical fixed height and fixed width example */
	width: 305px;
	height: 220px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: transparent;
	margin: 0px 0px;
	padding: 15px;
}



