img.floated {
	float: center;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
height:100px;
width:100px;
	left: 0;
	top: 0;
}


