/* Horizontal Image Galleries */ .horizontal-image-scroller { height: 483px; } /* Force the scrollbar to display below the 470px high images (470px + 13px scrollbar height) */ .horizontal-image-scroller .gallery img { border-color: #698174; border-style: none solid; border-width: 0px 2px; } /* border around images */ .horizontal-image-scroller a { cursor: default; } .jScrollPaneTrack { background-color: #eee; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; } /* Scrollbar Styling */ .jScrollPaneDrag { background-color: #698174; background-image: url('/files/scrollbar.gif'); background-repeat: no-repeat; }