/* SCROLL */

#rows
{
	width: 570px !important;
	height: 405px;
	overflow: auto;
	
	/* Hack for IE6 */
	-width: 564px !important;
}

.jScrollPaneContainer
{
	width: 590px !important;
	height: 465px;
	
	/* Hack for IE6 */
	-width: 584px !important;
}

/* ROW */

.row div
{
	width: 460px;
	display: table-cell;
	
	/*HACK for ie6*/
	-width: 450px;
}