/* scroll bar*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
	height: 340px;
	width: 415px;
	overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: white;
	margin-top: 70px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 150px;

}

