#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 500px;
height: 270px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #131313;*/
padding: 0px;
}
#mycustomscrol2 {
/* Typical fixed height and fixed width example */
width: 500px;
height: 305px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #131313;*/
padding: 0px;
}
#mycustomscrol3 {
/* Typical fixed height and fixed width example */
width: 500px;
height: 305px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #131313;*/
padding: 0px;
}
