.imgcutter-previewr {
    position: relative;
    width: 300px;
    height: 300px;
    overflow: hidden;
    cursor: move;
}

.imgcutter-selector {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -125px;
    margin-left: -125px;
    width: 200px;
    height: 200px;
}

.imgcutter-shadow {
    z-index: 3;
    box-shadow: 0 0 15px rgba(0, 0, 0, .5) inset;
    border: 1px solid #ddd\9;
}

.imgcutter-inner  {
    z-index: 2;
    overflow: hidden;
}

.imgcutter-outer  {
    z-index: 1;
    opacity: .25;
    filter: alpha(opacity=25);
}

.imgcutter-photo {
    position: absolute;
}

.imgcutter-slider {
    position: relative;
    width: 280px;
    height: 6px;
    background-color: #eee;
    margin-top: 20px;
}

.imgcutter-slider-handler {
    position: absolute;
    top: -4px;
    left: 0;
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 15px;
    background-color: #58ba2b;
    cursor: pointer;
}

.imgcutter-slider-reduce {
    position: absolute;
    top: -8px;
    left: -38px;
    width: 23px;
    height: 23px;
    background-image: url('image/reduce.png');
}

.imgcutter-slider-enlarge {
    position: absolute;
    top: -8px;
    right: -38px;
    width: 23px;
    height: 23px;
    background-image: url('image/enlarge.png');
}
