
/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 400px;
    height: 265px;
    overflow: hidden;
    background: url(../images/cpsy.png) no-repeat;

}

.bigImg #midimg {
    width: 400px;
    height: 265px;
}

.bigImg #winSelector {
    width: 300px;
    height: 199px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #ccc;
    overflow: hidden;
    z-index: 999;
    background: #fff;

}

#bigView img {
    position: absolute;

}





