#qb_overlay{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:black url('../images/loader2.gif') no-repeat scroll center center;
}

#qb_lightbox{
	position:fixed;
}

#qb_header{
	position:absolute;
}

#gallery_thumb_container{
	position:absolute;
}

.gallery_highlight{
	/*border-style:solid;
	border-color:#000000;*/
	color:black;
	background:#2E6E9E;
	border-radius:5px;
}

.qb_thumb{
	position:relative;
	float:left;
	width:100px;
	height:100px;
	margin:5px;
	padding:5px;
}

.qb_button{
	width:50px;
	height:50px;
	background-color:#7d7d7d;
	opacity:1;
	cursor:pointer;
}

.qb_button_selected{
	background-color:#ffffff;	
}

#qb_pic_counter{
	opacity:50%;
	background:#C5DBEC;
}

#qb_footer{
	position:relative;
}
