/* Circlewebs.com Slimbox Styles - 'slimbox.css' - March 2009
-----------------------------------------------------------------------------*/

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	top: 20em;
	overflow: hidden;
	background-color: #FFF;
	z-index: 6;
}

.lbLoading {
	background: #fff url(/assets/gif/loading.gif) no-repeat center;
	z-index: 8;
}

#lbImage {
	position: absolute;
	left: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
	z-index: 6;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/assets/gif/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/assets/gif/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Century Gothic, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
	color: #DDD;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/assets/gif/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	color: #395201;
	margin-right: 71px;
	text-transform:uppercase;
}

#lbCaption {
	font-weight: bold;
	font-family: Century Gothic, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform:uppercase;
	color: #395201;
	line-height: 1.2em;	
}

#lbCaption a{
	color: #888;
}
