/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background:#555555;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
}
#lbBottomContainer {
	background:url("../images/popUpBg.jpg") repeat-x;
}

.lbLoading {
	background: #fff url("loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 0px solid #fff;
	background-repeat: no-repeat;
	width:300px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url("prevlabel.gif") no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0;
	border-top-style: none;
	position:relative;
}

#lbCloseLink {
	display: block;
	width: 24px;
	height: 24px;
	background: url("../images/close.png") no-repeat center;
	margin: 50px 0;
	outline: none;
	position:absolute;
	right:5px;
	top:-40px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	padding:5px;
	font-size:14px;
	color:#b9c7df;
	width:90%;
	line-height: 1.4em;
	font-weight:normal;
}
#lbCaption h1{
	color:#44260B;
	font-size:14px;
	margin:0;
}
#lbNumber {
	background-image:url('http://hancockstone.co.uk/images/popup_bar.gif');
	width:100%;
	padding:5px 0pt 5px 5px;
	color:white;
}