/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;	
}

lbOverlay2{ background-color:#900;}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../../layout/ajax-loader.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	border-top: 20px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
	background: transparent url(../../../layout/lightbox/nav_left.png) no-repeat 0% 50%;
}

#lbPrevLink:hover {
	background: transparent url(../../../layout/lightbox/nav_left_h.png) no-repeat 0% 50%;
}

#lbNextLink {
	right: 0;
	background: transparent url(../../../layout/lightbox/nav_right.png) no-repeat 100% 50%;
}

#lbNextLink:hover {
	background: transparent url(../../../layout/lightbox/nav_right_h.png) no-repeat 100% 50%;
}

#lbBottom
{
    font-family: Arial;
    font-size: 10px;
    color: #ffffff;
    line-height: 1.4em;
    text-align: left;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top-style: none; 
    /*background-color:#00FFFF;*/
    border-bottom: 30px solid #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 26px;
	background: transparent url(../../../layout/lightbox/bt_fechar.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover {background: transparent url(../../../layout/lightbox/bt_fechar_h.png) no-repeat center;}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	/*font-weight: bold;*/
   background-color:#fff; color:#4d4d4d; font-size:12px;
}



