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: 440px;
    height: 340px;
    overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #ffffff;
	margin: 0.1em auto;
	/*padding: 5px;*/
}
#mycustomscroll_news
{
    width: 450px;
    height: 50px;
    overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: right;
	background-image: url(../images/bg_news.gif);
	margin: 0.1em auto;
	/*padding: 10px;*/
}