/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(../images/layout/lightbox_load.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #674A42;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/layout/lightbox_previous.png) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/layout/lightbox_next.png) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
}

#lbBottomContainer {
	height: 39px; 
	background: #674A42 url(../images/layout/lightbox_footer.png) bottom repeat-x;
}

#lbCloseLink {
	display: inline;
	float: right;
	width: 23px;
	height: 20px;
	background: transparent url(../images/layout/lightbox_close.png) no-repeat 0 0;
	margin: 7px 10px 0;
	outline: none;
}

#lbCloseLink:hover {
	background-position: 0 -20px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	padding-left: 10px;
	line-height: 34px;
	font-size: 14px;
	font-family: "Myriad Pro", "Trebuchet MS";
	color: white;
}
