
#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 340px;
	height: 690px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	border-style: none;
}

#mycustomscroll:focus {
outline: none;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width:445px;
	height:692px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;	
}

#mycustomscroll2:focus {
outline: none;
}

	
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width:250px;
	height:692px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;	
}

#mycustomscroll3:focus {
outline: none;
}



#mycustomscrollArchive {
/* Typical fixed height and fixed width example */
	width: 600px;
	height: 810px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;	
}

#mycustomscrollArchive:focus {
outline: none;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


