img.floated {
	float: none;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0.5em;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}


#rectanglescroll {
/* Typical fixed height and fixed width example */
width:728px;
height:115px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color:#000;
margin-top:490px;
text-align:left;
z-index: 100;
/* IE fix important is ignored*/
left:267px !important ;
left:2px ;
}

#rectanglescroll2 {
/* Typical fixed height and fixed width example */
width:710px;
height:110px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
background-color: transparent;
margin-top:-110px!important ;
margin-top:490px;
text-align:left;
z-index:10;
padding-top:10px;
padding-right:20px;
left:267px !important ;
left:2px ;}



