/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */


overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

 outline: none;
	position:relative;
	top: -450px;
	color: #969388;
	padding-left: 10px;
	width: 340px;
	height: 330px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	outline: none;
	
	
}






#mycustomscroll2 {
	/* Typical fixed height and fixed width example */


overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/

 outline: none;
	position:relative;
	top: -450px;
	color: #969388;
	padding-left: 10px;
	width: 340px;
	height: 200px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	outline: none;
	
	
}







#mycustomscrollplay{
/* Typical fixed height and fixed width example */
width: 270px;
height: 185px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
 outline: none;
 float:right;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 490px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
