

#container #mycustomscroll {
/* Typical fixed height and fixed width example */
width:455px;
overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
position:relative;  left:200px;
 height:650px; 
top:60px;
}



 #mycustomscroll_1 {
/* Typical fixed height and fixed width example */
width:720px;
overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
 height:550px;
 position:absolute;
 left:20px;
 top:80px;
 
}


/*#container #mycustomscroll {
 Typical fixed height and fixed width example 
width:415px;
overflow-y:auto;
/* IE overflow fix, position must be relative or absolute
position:fixed; top:-175px; left:208px;
padding: 15px; height:650px; 
_top:60px !important;
_height:640px !important; 
}
*/




