/* CSS Document */
    BODY {scrollbar-3dlight-color:#FFFFFF;
           scrollbar-arrow-color:#800000;
           scrollbar-base-color:#F5F5DC;
           scrollbar-track-color:#FFFFFF;
           scrollbar-darkshadow-color:#FFEBCD;
           scrollbar-face-color:#F5F5DC;
           scrollbar-highlight-color:#FFFFFF;
           scrollbar-shadow-color:#000000}
.divstorescroll 
{
width:740px;
height:400px;
overflow: scroll;
}
.divhomescroll 
{
width:740px;
height:370px;
overflow: scroll;
}

