#theGlassEyeTitle {
    font-size: 25px;
    left: 10px;
    top: 10px;
}

#byDaveHill {
    font-size: 10px;
    left: 10px;
    top: 40px;
}

#previewDiv {
    left: 110px;
    top: 70px;
}

.buyPanel {
    height: 385px;
}

/*wrapper of the small thumbPanel */
.thumbScrollPanel {
    width: 100px;
    height: 350px;
}

.cartPanelScroll {
    height: 350px;
}

.cropPanelScroll {
    height: 350px;
}

.thumbPanel {
    width: 80px;
}

#thumbDiv {
    position: absolute;
    left: 5px;
    top: 70px;
}
/*wrapper of the small thumbPanel */
/*.thumbScrollPanel {*/
    /*width: 100px;*/
    /*height: 350px;*/
/*}*/

#returnToMainMenuDiv {
    position: absolute;
    left: 350px;
    /*top: 10px;*/
    font-size: 15px;
}

#titleDiv {
    position: absolute;
    left: 350px;
    top: 40px;
    font-family: serif;
    font-size: 20px;
    color: red;
}

#cartInfo{
    position: absolute;
    left: 550px;
    top: 5px;
}

#cartInfoShowCartDiv {
    position: absolute;
    top: 0px;
}

#cartInfoBuyNow {
    /*position: absolute;*/
    top: 0px;
    left: 100px;
}

#cartInfoBuyNowDiv {
    top: 15px;
}

#cartInfoBlurbDiv {
    position: absolute;
    top: 40px;
}

.showCartLink {
    font-size: 17px;
}

#cropOptionsScrollPanelDiv {
    left: 550px;
    top: 70px;
}

#buyMainPanelDiv {
    /*position: absolute;*/
    left: 545px;
    top: 70px;
}

#cartScrollPanelDiv {
    left: 550px;
    top: 70px;
}

.smalllogo {
    visibility: visible;
    position: absolute;
    left: 175px;
    top: 0px;
}

.logo {
    visibility: hidden;
}

.debugLink{
    left: 730px;
}

