/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
	

	
}

#lbCenter{
	position: absolute;
	z-index: 9995;
	overflow: hidden;
	background-color: #fff;
	/* min-width:400px; */
	
	/* padding: 1px; */
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-top-color:blue;
	border-left-color:blue;
	border-right-color:blue;
	
	-moz-border-top-left-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-o-border-top-left-radius: 15px;
	border-top-left-radius: 15px;
	
	-moz-border-top-right-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-o-border-top-right-radius: 15px;
	border-top-right-radius: 15px;
	
	overflow:hidden;
	margin:4px 1px;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9995;
	overflow: hidden;
	background-color: #fff;
	/* min-width:400px; */
	
	/*padding: 1px; */
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-bottom-color:blue;
	border-left-color:blue;
	border-right-color:blue;

	-moz-border-bottom-left-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-o-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	
	-moz-border-bottom-right-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-o-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	
	overflow:hidden;
	margin:4px 1px;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0; 
	/* border: 10px solid #fff; */
	background-repeat: no-repeat;
}

#lbSlide{
	display: block;
	position: absolute; 
	width: 100%;
	

}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	font-size: 100000px;  /* Workaround needed for IE */
	overflow: hidden;     /* Workaround needed for IE */
	color: #666;
}

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	width: 100%;
	right: 0;
}

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

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

#lbCloseLinkTop {
	display: block;
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	float: right; 
	/*right:0; */
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none; 
}

#lbCloseLink2 {
position: absolute;
right:3px;
z-index: 9999;
display: block;
width: 66px;
	height: 22px;
background: transparent url(closelabel.gif) no-repeat center;
outline: none;}

#lbCaption, #lbNumber {
	/* margin-right: 71px; */
}

/* #lbCaption . {
	font-family:Cambria, Georgia, serif;
	font-size:14px;
	text-decoration:underline;
} */

#lbCaption {  
	font-family:tahoma,helvetica,sans-serif;
	font-size:12px;
	/* width:188px;
	min-height:100px;
	padding: 15px; */
	background:#fff;
	/*  margin:8px; 
	float:left; */
	/* box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease; */
}
#lbCaption  strong {
	font-family:tahoma,helvetica,sans-serif;
	border-bottom:1px solid #ccc;
	/* margin:10px 0; */
	display:block;
	padding:5px 0 5px;
	font-size:17px;
}
#lbCaption  em {
	font-family:tahoma,helvetica,sans-serif;
	text-align:right;
	color:#777;
	font-style:italic;
}
