/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbTopContainer,#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border:0px solid red;
	padding-right:0px;
}
#lbImageHolder{
	border:0px solid blue;
	margin:10px;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	margin-top:23px;
}

#lbIcons{
margin:5px 10px 5px 0px;
}

#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 {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 15px;
	text-align: left;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: #fff url(closelabel.gif) no-repeat center;
	margin-right:10px;
}

#lbCaption, #lbNumber {
	float:left;
	margin-left:10px;
	font-family:Verdana;
	margin-top:3px;
	font-size:11px;
}

#lbCaption {
	font-weight: bold;
}

.iconimage{float:right;margin-left:5px;margin-bottom:5px;cursor:pointer;}
