#qbOverlay
{
display: none;
position: absolute;
z-index: 100;
left: 0;
top: 0;
background-color: #000;
cursor: pointer;
}

#qbBox
{
display: none;
position: absolute;
left: 50%;
z-index: 101;
background: #fff top left repeat-x;
border-bottom: none;
}

#qbStage
{
position: relative;
z-index: 103;
height: 100%;
}

#qbBottom
{
position: relative;
z-index: 102;
background-color: #fff;
height: 55px;
padding: 0 10px;
margin-bottom: -45px;

}

#qbClose
{
display: block;
float: right;
width: 66px;
height: 22px;
background: transparent url("../pic/quickbox/close.gif") no-repeat center;
cursor: pointer;
}


#qbPrev, #qbNext
{
position: absolute;
z-index: 104;
width: 50%;
height: 100%;
outline: none;
display: block;
border: 0;
}

#qbNext
{
left: 50%;
}


#qbPrev:hover{ background: transparent url("../pic/quickbox/prev.gif") no-repeat 0% 15%;   }
#qbNext:hover{ background: transparent url("../pic/quickbox/next.gif") no-repeat 100% 15%; }



#qbBox .loading
{
background: #fff url("../pic/quickbox/loading.gif") no-repeat center;
}

#qbCaption
{
color: #555;
font-size: 113%;
text-align: left; width: 80%;
line-height: 16px; font-weight: bold
}

#qbCounter
{
color: #777;
font-weight: bold;
margin-top: 6px
}
