/* 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('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: 0px;	background: transparent url('nav_left.png') no-repeat 0% 50%;}

#lbPrevLink:hover {	background: transparent url('nav_left_h.png') no-repeat 0% 50%;}

#lbNextLink {right: 0;background: transparent url('nav_right.png') no-repeat 100% 50%; }

#lbNextLink:hover {	background: transparent url('nav_right_h.png') no-repeat 100% 50%; }

#lbBottom
{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #6d6e71;
    line-height: 1.4em;
    text-align: left;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
    border-top-style: none; /*background-color:#00FFFF;*/
    padding-top:5px;
    border-bottom: 30px solid #fff;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background: transparent url(bt_fechar.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	/*font-weight: bold;*/
   background-image: url('fundodestaques.png');  background-repeat:repeat;
}



