img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	
width: 720px;
	height: 505px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
float:left;
	margin: 0 0 10px 0; auto;
	padding: 5px;
}

#mycustomscroll_lauriejane{
	/* Typical fixed height and fixed width example */
width: 190px;
	height: 245px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
float:left;
		padding: 5px;
font-family:arial;
font-size:12px;
color:#fff;
line-height:18px;
margin-top:15px;

}
#mycustomscroll_lauriejane2{
	/* Typical fixed height and fixed width example */
width: 192px;
	height: 465px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
float:left;
padding: 5px;
font-family:arial;
font-size:12px;
color:#000;
line-height:18px;
margin-top:15px;
padding-bottom:15px;
}





