#content {
		}



/*Page related styles for you to view*/

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 490px;
	height: 395px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding: 0px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 490px;
height: 250px;
overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
		visibility: hidden;
		padding: 0px;
}

#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
width: 884px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	visibility: visible;
	padding: 0px;
}

