div#scroll-container {
	width: 780px;
	height: 279px;
	position: absolute;
  left: 143px;
  top:290px;
	background-color: black;
}
div.horizontal-scroller {
	width: 780px;
	height: 250px;
	display: block;
	overflow: hidden;
	position: absolute;
  left: 0px;
  top:14px;

}

div.horizontal-scroller img {
	display: block;
	position: absolute;
}

#page_home .mainTd .text {
height: 230px;
overflow:auto;
}

.footerTd td {
 height: 190px;
}
