/*
#mycustomscroll {

width: 570px;
height:500px;
overflow:auto;


position: relative;
padding: 0 25px 37px 25px;
}*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 980px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px  auto;
z-index:1;


}


#mycustomscroll_two {
/* Typical fixed height and fixed width example */
width: 225px;
height:555px;
overflow:auto;
background:url(../images/bg_scroll.gif) right repeat-y;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 0px 13px 15px 0;
}


