body {
    padding-left: 40px;
}
#image-reel {
    float: left;
}
#vslider {
    float: left;
    height: 400px;
    margin-left: 30px;
}
#hslider {
    margin-top: 30px;
    clear: both;
    float: left;
    width: 400px;
}
#reset {
    margin-top: 40px;
    clear: both;
    float: left;
}
h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}
#hslider .slider-selection {
    background: #428bca;
}
#vslider .slider-selection {
    background: #428bca;
}
#image-reel {
    cursor: default;
}