﻿div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

#clientes
{
	width: 950px;
	height: 90x;
	position: relative;
}

#clientes div.scrollableArea *
{
	float: left;
}	