#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 100%;
	height: 55px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
 	margin: 0 auto 30px;
	padding: 15px;
}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 100%;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}

.websites-portais .fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 1300px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.ecommerce .fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 700px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.business-inteligence .fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 700px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.publicidade-online .fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 1580px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}
.sistemas-integrados .fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 700px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


/* general page style ends here */


