#mycustomscroll {
/* percentage width without the fix*/
margin: 0;
width: 375px;
height: 65px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;

padding: 0px 15px 15px 0;
}


.percentagewrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	}
	


