/* SLIMBOX */

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

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: visible;
	background-color: #e5e4e2;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #e5e4e2;
}

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

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

#lbPrevLink {
	display: block;
	position: absolute;
	top: 0;
	width: 75px;
	outline: none;
	margin-top: 0px;
	margin-bottom: 0px;
	/* for IE */
	filter:alpha(opacity=70); /* set DIV transparency */
	/* CSS3 standard */
	opacity:0.7;
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7;
	border: 1px #8f8f8f solid;
	border-bottom-color: #8f8f8f;
	border-left-color:#8f8f8f;
	border-right-color: #8f8f8f;
	border-top-color: #8f8f8f;
}

#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 75px;
	outline: none;
	margin-top: 0px;
	margin-bottom: 0px;
	/* for IE */
	filter:alpha(opacity=70); /* set DIV transparency */
	/* CSS3 standard */
	opacity:0.7;
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7;
	border: 1px #8f8f8f solid;
	border-bottom-color: #8f8f8f;
	border-left-color:#8f8f8f;
	border-right-color: #8f8f8f;
	border-top-color: #8f8f8f;
}

#lbPrevLink {
	left: 0;
	margin-left: -100px;
	background: #0f1628 url(modal_arrow_left_ro2.gif) no-repeat 0 50%;
	/*#0f1c28*/
}

#lbPrevLink:hover {
	/*background: transparent url(modal_arrow_left_ro.png) no-repeat 0 15%;*/
	left: 0;
	margin-left: -100px;
	background: #2f4353 url(modal_arrow_left_ro.gif) no-repeat 0 50%;
}

#lbNextLink {
	right: 0;
	margin-right: -100px; 
	background: #0f1628 url(modal_arrow_right_ro2.gif) no-repeat 100% 50%;
	/*#0f1c28*/
}

#lbNextLink:hover {
	/*background: transparent url(modal_arrow_right_ro.png) no-repeat 100% 15%;*/
	right: 0;
	margin-right: -100px; 
	background: #2f4353 url(modal_arrow_right_ro.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: .8em;
	color: #4e4e4d;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border: 10px solid #e5e4e2;
	border-top-style: none;
}

#lbBottom a:visited { text-decoration: none;}
#lbBottom a:link  { text-decoration: none;}
#lbBottom a:active  { text-decoration: none;}
#lbBottom a:hover { text-decoration: none;}

#lbBottom .ccicons {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	vertical-align: bottom;
}

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

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

#lbCaption {
	font-weight: bold;
}

