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 {
    width: 490px;
    height: 455px;
    overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #000000;*/
	margin: 0.1em auto;
	/*padding: 5px;*/
}
#mycustomscroll_news
{
    width: 800px;
    height: 20px;
    overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: right;
	/*background-color: #000000;*/
	margin: 0.1em auto;
	/*padding: 10px;*/
}