img.floated {
	float: left;
	position: relative; /* fixes many nasty IE bugs */

	}
	
.clearfloat {
clear:both; height:0px;
line-height:0px; visibility: hidden;
}

#mycustomscroll {
overflow: -moz-scrollbars-horizontal;
	;
	/* IE overflow fix, position must be relative or absolute*/
	/* Typical fixed height and fixed width example */

	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

	padding-top: 10px;
	padding-bottom: 10px;
}

/*
percentage width: the real percentage is done by the wrapper
this is to fix various IE6 bugs
*/
.percentagewrap {
	width: 10px;
	margin: 0 auto;
	}
	
.fixedheight {
	height: 360px;
	position: relative;
	color: #999999;
	padding: 1px;
}
