/* GALLERY */

div#gallery {
	background-color: #fff;
	margin: 0;
	padding: 0;
}
div#gallery h2 {
	font-size: 1.3em;
	line-height: 1.7em;
}
div#gallery div.three-cols div.column {
	margin-top: 0;
}
div#gallery div.three-cols div.column:hover a img {
	margin-left: -500px;
}
div#gallery a.image {
	display: block;
	float: left;
	position: relative;
	width: 245px;
	height: 145px;
	margin-bottom: 3px;
	background: url(default/climbing-works-sprite.png) no-repeat 100% 100%;
}
div#gallery a.image:hover {
}
div#gallery img {
	position: absolute;
	top: 75px;
	left: 75px;
}
div#gallery h5,
div#gallery h5 a,
div#gallery p,
div#gallery a.more-link {
	display: none;
}

div#gallery div.three-cols {
}
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(default/ajax-loader.gif) no-repeat center;
}

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

#lbPrevLink {
	display: block;
	position: absolute;
	bottom: 10px;
	outline: none;
	right: 45px;
	width: 30px;
	height: 30px !important;
	background: url(default/climbing-works-sprite.png) no-repeat -50px -540px;
}
#lbPrevLink:hover {
	cursor: pointer;
	background-position: -50px -570px;
}


#lbNextLink {
	display: block;
	position: absolute;
	bottom: 10px;
	width: 50%;
	outline: none;
	right: 10px;
	width: 30px;
	height: 30px !important;
	background: url(default/climbing-works-sprite.png) no-repeat -85px -540px;
}
#lbNextLink:hover {
	cursor: pointer;
	background-position: -85px -570px;
}

#lbBottom {
  font-family: Helvetica, Arial, serif, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	color: #666;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	border-right: 10px solid #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	outline: none;
	background: url(default/climbing-works-sprite.png) no-repeat -120px -540px;
}
* html #lbCloseLink { margin-right: 5px;}

#lbCloseLink:hover {
	cursor: pointer;
	background-position: -120px -570px;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

