.page-img-box { margin:0 auto; width:600px }
.page-img-box .main-page-img {
    position:relative;
    overflow:hidden;
    width:600px;
    height:400px;
	z-index:9;
    }
.page-img-box .main-page-img img {
    position:absolute;
    left:2px;
    top:2px;
    width:100%;
    cursor:move;
    z-index:99;
    }
.image-zoom {
	z-index:9; position:relative; height:18px; margin:0 auto 13px auto; background:url(../images/slider_bg.gif) no-repeat 50% 50%; padding:0 28px 0 28px; cursor:pointer; }
.image-zoom-top {
	z-index:9; position:relative; height:18px; margin:0 auto 13px auto; padding:0 28px 0 28px; cursor:pointer; }
#image { width:auto; }
#track { position:relative; height:18px; }
#handle { position:absolute; left:0; top:0px; width:9px; height:23px;background:url(../images/magnifier_handle.gif) no-repeat;  }
.btn-zoom-out { position:absolute; left:0px; top:1px;}
.btn-zoom-in { position:absolute; right:0px; top:1px;}
.page-img-box .more-views h4 { border-bottom:1px solid #ccc; margin-bottom:.8em; font-size:.95em; text-transform:uppercase; }
.page-img-box .more-views li { float:left; margin-right:6px;}
.page-img-box .more-views li.last { margin-right:0; }
.page-img-box .more-views li img { border:2px solid #ddd; }

