/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9998;
	left: 0;
	width: 100%;
	background: black url('m_lightbox.png') no-repeat center;

	cursor: pointer;
}

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

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	border-top:25px solid #fff;
	background-repeat: no-repeat;
}
#slim_menu{
	height:35px;
	width:200px;
	position:relative;
	margin:40px auto;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	outline: none;
}

#lbPrevLink {
	left: 6px;
	top:0px;
	background: transparent url(prevlabel.gif) no-repeat;
	width:63px;
	height:35px;
}

#lbNextLink {
	right: 6px;
	top:0px;
	background: transparent url(nextlabel.gif) no-repeat;
	width:63px;
	height:35px;
}
#lbPlayLink {
	position:absolute;
	right:90px;
	background: transparent url(menu_play.png) no-repeat;
	width:35px;
	height:35px;
}
#lbPinLink {
	background: transparent url(menu_pin.png) no-repeat;
	position:absolute;
	right:45px;
	width:35px;
	height:35px;
}
#lbZoomLink {	
	background: transparent url(menu_zoom.png) no-repeat;
	position:absolute;
	right:0px;
	width:35px;
	height:35px;
}
#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;
	min-height: 40px;
}
#lbBottom  div{
	clear:both;
	
}
#lbCloseLink {
	position:absolute;
	right:0px;
	top:-35px;
	width: 66px;
	height: 36px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-left: 74px;
}

#lbCaption {
	font-weight: bold;
}
