/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
    /* This is for IE6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hagerman/_images/slimbox/instant_background.png', sizingMethod='image');
}

html>body #lbCenter {
    /* This is for PNG-capable browsers (everyone else) */
    background: transparent url(instant_background.png) no-repeat 0 0;
}

#lbCenter.lbLoading {
	background: transparent url(loading.gif) no-repeat center;
}

#lbImage {
    position: relative;
/*  left: 0;
    top: 0;*/
    padding: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 500px;
	width: 657px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	width: 60px;
	height: 18px;
	outline: none;
	position: absolute;
	bottom: 20px;
}

#lbPrevLink {
/*  float: left;*/
    left: 5px;
	background: transparent url(prevlabel_new.gif) no-repeat center;
}

#lbNextLink {
/*  float: right;*/
    position: absolute;
    right: 20px;
	background: transparent url(nextlabel_new.gif) no-repeat center;
}

#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: none;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	background: transparent url(closebutton2.gif) no-repeat center;
	outline: none;
}

#lbCaption {
  position: absolute;
	bottom: 35px;
	left: 0;
	width: 97%;
	text-align: center;
/*  margin-left: -50%;*/
}
