/* SLIMBOX */



#lbOverlay {

	position: absolute;

	z-index: 9999;

	left: 0;

	width: 100%;

	background-color: #333;

	cursor: pointer;

}



#lbCenter, #lbBottomContainer {

	position: absolute;

	z-index: 9999;

	left: 50%;

	overflow: hidden;

	background-color: #fff;

}



#lbBottomContainer {

	background-color: #ccc;

}





.lbLoading {

	background: transparent url(loading.gif) no-repeat center;

}



#lbImage {

	position: absolute;

	left: 0;

	top: 0;

	background-repeat: no-repeat;

}



#lbPrevLink, #lbNextLink {

	display: block;

	position: absolute;

	top: 0;

	width: 50%;

	outline: none;

	padding-bottom: 32px;

}



#lbPrevLink {

	background: transparent;

	left: 0;

}



#lbPrevLink:hover {

	background: transparent url(prevlabel.gif) no-repeat 0% 20%;

}



#lbNextLink {

	background: transparent;

	right: 0;

}



#lbNextLink:hover {

	background: transparent url(nextlabel.gif) no-repeat 100% 20%;

}



#lbBottom {

	font-family: Arial, Helvetica, verdana, sans-serif;

	font-size: 10px;

	color: #333;

	line-height: 16px;

	text-align: left;

	padding: 15px 20px 20px;

}



#lbCloseLink {

	display: block;

	float: right;

	width: 66px;

	height: 22px;

	background: transparent url(closelabel.gif) no-repeat center;

	margin: 5px 0;

}



#lbCaption, #lbNumber {

	margin-right: 150px;

}

#lbCaption {

	margin-bottom: 15px;

}

#lbCaption h5 {

	font-family: Arial, Helvetica, verdana, sans-serif;

	font-size: 13px;

	color: #7f0194;

	font-weight: bold;

	margin: 12px 0 0 0;

}





#lbCaption a{

	color: #333;

	text-decoration: none;

	border-bottom: 1px #700083 dotted;

}



#lbCaption a:hover{

	color: #700083;

	text-decoration: none;

	border-bottom: 1px #700083 dotted;

}



#lbNumber {

	font-weight: bold;

}



p {

	margin: 0;

	padding: 0; 

}

