
.scrollArea { overflow: hidden; position: relative; height:350px;}
.scrollArea .scrollUp        { z-index: 3; display: none; height: 30px; width: 100%; background-color: #E7E8E8; background-image: url('/art/up1.png'); background-repeat:no-repeat; background-position: 50% 50%; position: absolute; top: 0px; }
.scrollArea .scrollDown      { z-index: 3; display: none; height: 25px; width: 100%; background-color: #E7E8E8; background-image: url('/art/down1.png'); background-repeat: no-repeat; background-position: 50% 70%; position: absolute; bottom: 0px; }
.scrollArea .scrollUpOver        { z-index: 3; display: none; height: 30px; width: 100%; background-color: #E7E8E8; background-image: url('/art/up2.png'); background-repeat:no-repeat; background-position: 50% 50%; position: absolute; top: 0px; }
.scrollArea .scrollDownOver      { z-index: 3; display: none; height: 25px; width: 100%; background-color: #E7E8E8; background-image: url('/art/down2.png'); background-repeat: no-repeat; background-position: 50% 70%; position: absolute; bottom: 0px; }
.scrollArea .scrollContent   { z-index: 2; position: absolute; width: 100%;}
.scrollArea .scrollIndicator { z-index: 1; position: absolute; width: 100%; }
.scrollArea .subActive { }

