/* SLIMBOX */

#lbOverlay {
	position:absolute;
	left:0;
	width:100%;
	background-color:#000;
	cursor:pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left:50%;
	overflow:hidden;
	background-color:#000;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
}

#lbCenter { border-top:#333 1px solid; }
#lbBottomContainer { border-bottom:#333 1px solid; }

.lbLoading { background:#fff url(../gallery/icons/loadinglabel.gif) no-repeat center; }

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #000;
	background-repeat:no-repeat;
}

#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
}

#lbPrevLink { left:0; }
#lbPrevLink:hover { background:transparent url(../gallery/icons/prevlabel.gif) no-repeat 0% 15%; }
#lbNextLink { right:0; }
#lbNextLink:hover { background:transparent url(../gallery/icons/nextlabel.gif) no-repeat 100% 15%; }

#lbBottom {
	text-align:left;
	border:10px solid #000;
	border-top-style:none;
}

#lbCloseLink {
	display:block;
	float:right;
	width:12px;
	height:11px;
	background:transparent url(../gallery/icons/closelabel.gif) no-repeat 50% 50%;
	margin:5px 0;
	padding:3px 1px 5px 5px;
}

#lbCaption, #lbNumber { 
	margin-right:22px; 
	color:#999;
}

#lbCaption { 
	font-weight:normal; 
	color:#fff;
}



/* Gallery thumbnail link
-------------------------------------------------*/
.imageGallery {
	width:100%;
	margin:20px 0 0 0;
	padding:0;
}
.imageGallery h2 {margin:0 0 5px 0; }
.imageGallery a {
	display:block;
	margin:11px 0 0 9px;
	border:#DFDFDF 1px solid;
	float:left;
	padding:3px;
	background-color:#fff;
}
.imageGallery a:hover {
	border:#c0c0c0 1px solid;
}
.imageGallery a img {
	border:none;
	width:100px;
	height:100px;
	display:block;
}
.imageGallery a.first-item { margin-left:0; }
.imageGallery a.first-row { margin-top:0; }
