
#blogscroll {
/* Typical fixed height and fixed width example */
width: 712px;
height: 467px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:5px;
}
#blogscroll p{ margin-bottom:5px;}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 390px;
height: 200px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:15px;
}

#app_customscroll {
/* Typical fixed height and fixed width example */
width: 450px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:15px;

}
#app_sp_customscroll {
/* Typical fixed height and fixed width example */
width: 500px;
height: 400px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right:15px;

}
/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */
.vscrollerbasebeg {width: 8px;height:8px !important;background: #fff; background-image:url(NLS_scroller_up.jpg); background-repeat:no-repeat; padding-bottom:5px;}
.vscrollerbaseend {height: 8px;  width: 8px;background: #fff; background-image:url(NLS_scroller_down.jpg); background-repeat:no-repeat; background-position:bottom; padding-top:5px; }

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #E8E8E8;
}
.vscrollerbar {
width: 8px;
background-image:url(NLS_scroller_bar.jpg);
background-repeat:no-repeat;
height: 34px !important;
padding-top:13px;
padding-bottom:13px;
}

