/* 
    Document   : scale
    Created on : 27-ene-2010, 10:20:03
    Author     : Albert Amengual
    Description:
        Purpose of the stylesheet follows.
*/

div.track {
    width: 85px;
    height: 7px;
    margin: 7px 7px;
    background: url(../images/track_fill_left.png) no-repeat left top;
    float: right;
}

div.track-handle {
    top: -5px;
    background: url(../images/knob.png) no-repeat scroll left top;
    height: 16px;
    width: 16px;
    position: relative;
}

div.image-set {
    border: 1px solid #ddd;
    width: 100%;
    overflow: auto;
}

div.image-set-item {
    padding: 10px;
    float: left;
}

div.scale-image {
    position:relative;
    overflow:hidden;
    width:100%;
}

img.mask {
    position:absolute;
    top:0;
    left:0;
}

div.trackWrapper {
    /*display:none;*/
}