/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(../img/slimbox/loading.gif) no-repeat center;
}

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

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

#lbPrevLink {
	background: transparent url(../img/slimbox/prevlabel.gif) no-repeat;
    float: right;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    right: 40px;
    }

#lbPrevLink:hover {
	background: transparent url(../img/slimbox/prevlabel.gif) no-repeat;
	background-position: 0 -20px;
}

#lbNextLink {
	right: 0;
    background: transparent url(../img/slimbox/nextlabel.gif) no-repeat;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    }

#lbNextLink:hover {
	background: transparent url(../img/slimbox/nextlabel.gif) no-repeat;
	background-position: 0 -20px;
}

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

#lbCloseLink {
    display: block;
    width: 60px;
    height: 20px;
    background: transparent url(../img/slimbox/closelabel.jpg) no-repeat center;
    margin-top: 9px;
    margin-bottom: 5px;
    outline: none;
    position: relative;
    } 

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

#lbCaption {
	font-weight: bold;
}

