img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */
	padding: 0;
	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 320px;
	height: 50px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #202429;
	margin: 0.3em auto;
	padding: 5px;
}




#content {
	background-color: #AAAAAA;
	padding: 0;
	margin:0.2em 2em;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 370px;
height: 50px;
position: relative;
background:url(images/flash_bg_gallery.jpg);
padding: 1px;
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 320px;
height: 70px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fffff;
margin: 0.3em auto;
padding: 1px;
}



