/* SLIMBOX */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: black;
	cursor: pointer;
}


#lbPanelToggle {
	position: absolute;
	top: 0;
	height: 50px;
	width: 100%;
	cursor: pointer;
}

#lbPanel {
	width: 250px;
	margin:0 auto;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: black;
}

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

#lbImage {
	border: 10px solid #fff;
}


#lbPrevLink, #lbNextLink, #lbCloseLink, #lbPlayLink, #lbStopLink {
	float: left;
	outline: none;
	width: 30px;
	height: 30px;
	margin: 5px 10px;
}

#lbPrevLink {
	background: transparent url(prevlabel.png) no-repeat;
}

#lbNextLink {
	background: transparent url(nextlabel.png) no-repeat;
}

#lbCloseLink {
	background: transparent url(closelabel.png) no-repeat;
}


#lbPlayLink {
	background: transparent url(playlabel.png) no-repeat;
}


#lbStopLink {
	background: transparent url(pauselabel.png) no-repeat;
}


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

#lbCaption, #lbNumber {

	margin-right: 71px;

}



#lbCaption {

	font-weight: bold;

}



