
.scroll_bar {
  position: absolute;
  bottom: 0; }

.scroll_right {
  right: 0; }

.scroll_left {
  left: 0; }

.scroll_bar .up_arrow {
  background: url(../img/scrollbar.png) 0 0 no-repeat;
  top: 0;
  left: 0; }

.scroll_bar .up_arrow:hover {
  background-position: 0 -7px; }

.scroll_bar .down_arrow {
  background: url(../img/scrollbar.png) 0 -14px no-repeat;
  bottom: 0;
  right: 0; }

.scroll_bar .down_arrow:hover {
  background-position: 0 -21px; }

.scroll_horizontal .up_arrow {
  background-position: -7px 0; }

.scroll_horizontal .up_arrow:hover {
  background-position: -7px -7px; }

.scroll_horizontal .down_arrow {
  background-position: -7px -14px; }

.scroll_horizontal .down_arrow:hover {
  background-position: -7px -21px; }

.scroll_bar .down_arrow, .scroll_bar .up_arrow {
  position: absolute;
  width: 7px;
  height: 7px; }

.scroll_bar .bar {
  z-index: 999;
  position: absolute;
  width: 7px;
  height: 7px;
  background: #808080;
  border-radius: 3px; }

.scroll_bar .bar:hover {
  background: #ccc; }

.itemList .item_list_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-repeat: no-repeat; }

.scroll_list {
  position: relative; }

.scrollable {
  overflow: hidden;
  height: 100%; }



