/* vertical carousel */
.gallery-jump {
  float: left;
  width: 203px;
  height: 330px;
  margin-bottom: 1.5em;
  position: relative;
}

  .gallery-jump .navigation-content {
    float: left;
    width: 203px;
    height: 246px;
    overflow: hidden;
    position: relative;
  }

    .gallery-jump ul {
      margin: 0;
      padding: 0;
      height: 100000px;
      float: left;
      width: 203px;
      position: relative;
      top: 0;
      left: 0;
    }

    .gallery-jump ul li {
      float: left;
      width: 203px;
      height: 72px;
      padding: 5px 0;
      text-align: center;      
      list-style: none;   
    }                         

  .gallery-jump .previous_button {
    float: left;
    height: 32px;
    width: 203px;
    background: url('profi/vertical/left.png') center top;
    cursor: pointer;
    display: inline;
    margin: 0 0 10px 0;
  }

  .gallery-jump .previous_button_over {
    background: #ffffff url('profi/vertical/left_over.png') center top;
  }

  .gallery-jump .previous_button_disabled {
    background: #ffffff url('profi/vertical/left_disabled.png') center top;
    cursor: default;
  }

  .gallery-jump .next_button {
    float: left;
    margin: 10px 0 0 0;
    height: 32px;
    width: 203px;
    background: url('profi/vertical/right.png') center top;
    display: inline;
    cursor: pointer;
  }

  .gallery-jump .next_button_over {
    background: url('profi/vertical/right_over.png') center top;
  }

  .gallery-jump .next_button_disabled {
    background: url('profi/vertical/right_disabled.png') center top;
    cursor: default;
  }


#sidebar-left .gallery-jump,
#sidebar-left .gallery-jump .previous_button,
#sidebar-left .gallery-jump .navigation-content,
#sidebar-left .gallery-jump ul,
#sidebar-left .gallery-jump ul li,
#sidebar-left .gallery-jump .next_button {
  width: 178px;
}
