
#mycustomscroll-principal {
	/* Typical fixed height and fixed width example */
	width: 810px;
	height: 235px;
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute */
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#mycustomscroll-secundario {
	/* Typical fixed height and fixed width example */
	width: 843px;
	height: 270px;
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute */
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#mycustomscroll-simples {
	/* Typical fixed height and fixed width example */
	width: 859px;
	height: 292px;
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute */
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#mycustomscroll-search {
	/* Typical fixed height and fixed width example */
	width: 890px;
	height: 218px;
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute */
	position: relative;
	margin: 0 auto;
	padding: 0;
}

*:focus {outline: none;}
