div.disabled { visibility: hidden !important; }
div.up { background: url("../up.png") no-repeat top center; height: 30px; display: block; }
div.down { background: url("../down.png") no-repeat top center; height: 30px; display: block; }
div.scrollable { position: relative; overflow: hidden; width: 145px; height: 338px; }
div.scrollable div.items { position: absolute; height: 1000px; }
div.scrollable div.items a img { width: 145px; height: 109px; }

