:focus {
    outline: none;
}

#demo-frame > div.demo {
    padding: 10px !important;
}
.scroll-pane {
    overflow: auto;
    width: 600px;
    float: left;
    padding-bottom: 30px;
    display: none;
}
.scroll-content {
    width: 2440px;
    float: left;
}
.scroll-content-item {
    width: 200px;
    height: 100px;
    float: left;
    text-align: center;
}
* html .scroll-content-item {
    display: inline;
}

/* IE6 float double margin bug */
.scroll-bar-wrap {
    clear: left;
    padding: 0 2px 10px 0;
    height: 10px;
    margin: 0;
    background: url(../images/scroll.png) no-repeat;
    background-position: center 5px;
}
.scroll-bar-wrap .ui-slider {
    background: none;
    border: 0;
    height: 2em;
    margin: 0 auto;
}
.scroll-bar-wrap .ui-handle-helper-parent {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.scroll-bar-wrap .ui-slider-handle {
    top: 0.2em;
    height: 1em;
}
.scroll-bar-wrap .ui-slider-handle .ui-icon {
    margin: -8px auto 0;
    position: relative;
    top: 50%;
}
#photo {
    width: 270px;
    height: 270px;
}
#photo div {
    position: absolute;
    z-index: 0;
}
#photo div.current {
    z-index: 2;
}
#photo div.previous {
    z-index: 1;
}
