﻿

/*////////////////////////////
//                          //
//        QuickBox          //
//                          //
////////////////////////////*/


#qbOverlay
{
display: none;
position: absolute;
z-index: 100;
left: 0;
top: 0;
background-color: #fff;
cursor: pointer;
overflow: hidden;
width: 100%;
height: 100%;
}

#qbBox
{
display: none;
position: absolute;
left: 50%;
z-index: 101;
background-color: #fff;
}

#qbStage
{
position: relative;
z-index: 103;
height: 100%;
}

/*#qbBottom
{
position: relative;
z-index: 102;
background-color: #fff;
height: 45px;
padding: 0 10px;
margin-bottom: -45px;
}*/

#qbBottom
{
visibility: hidden;
z-index:100;
}

#qbClose
{
display: block;
position: absolute;
left: 0px;
bottom: 0px;
width: 61px;
height: 30px;
background: transparent url("../img/close.jpg") no-repeat center;
cursor: pointer;
z-index:100;
}

#qbClose:hover
{
background: transparent url("../img/close_hover.jpg") no-repeat center;
}


#qbPrev, #qbNext
{
position: absolute;
z-index: 999;
width: 50%;
height: 100%;
outline: none;
display: block;
_top : 200px;
}

#qbPrev	{ 
	margin-left: -15px;
}
#qbNext	{ 
	left: 50%;
	margin-left: 15px;
}

#qbPrev:hover	{ 
	background: transparent url("../img/prev.png") no-repeat 0% 50%;  
	/*cursor: url('../img/prev.png'), default;*/ 
}
#qbNext:hover	{ 
	background: transparent url("../img/next.png") no-repeat 100% 50%; 
	/*cursor: url('../img/next.png'), default;*/
}



#qbBox .loading
{
background: #fff url("../img/loading.gif") no-repeat center;
}

#qbCaption
{
color: #666;
font-size: 0.8em;
font-weight: bold;
}

#qbCounter
{
font-family: "Trebuchet MS";
color: #aaa;
font-size: 0.8em;
font-weight: bold;
}
