.navContainer{
	width:100% !important;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	height: 768px;
	-webkit-user-drag:element;
}

.navigation{
	float: none !important;
	opacity: 0;
	width:auto;
	white-space: nowrap;
}

.button{
	float: none !important;
	position:relative;
	cursor:pointer;
	display: inline;
}

.barCreditContent
{	
	-webkit-overflow-scrolling: touch;
}