/* SLIMBOX */

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

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

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

#lbImage {
	border-width: 10px 10px 5px 10px;
  border-color: #fff;
  border-style: solid;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	border-color: #ffffff;
	border-style: none solid solid;
	border-width: 10px 10px 5px;
	color: #666666;
	font-family: Verdana,Helvetica,sans-serif;
	line-height: 1.2em;
	text-align: left;
}

#lbCloseLink {
	background: transparent url(close.gif) no-repeat center;
	display: block;
	float: right;
	width: 12px;
	height: 11px;
	margin-left: 5px;
}

#lbPlayLink {
	background: transparent url(start.gif) no-repeat center;
	float: right;
	width: 12px;
	height: 11px;
}

#lbStopLink {
	background: transparent url(pause.gif) no-repeat center;
	float: right;
	width: 12px;
	height: 11px;
}

#lbStopLink, #lbPlayLink, #lbCloseLink {
	border-style: solid;
	border-color: #cccccc #666666 #666666 #cccccc;
	border-width: 1px;
}

#lbStopLink:hover, #lbPlayLink:hover, #lbCloseLink:hover {
	border-style: solid;
	border-color: #666666 #cccccc #cccccc #666666;
	border-width: 1px;
	background-color: #ff9999; }

#lbCaption {
	margin-right: 71px;
	font-size: 10px;
	font-weight: bold;
}

#lbNumber {
	float: left;
	font-size: 10px;
}

#lbStatus {
	float: right;
	font-size: 8px;
}