/* @override http://localhost/prova/css/slimbox.css */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #333333;
}

.lbLoading {
	background: #333333 url(loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #333333;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #333333;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	float: right;
	right: 0;
	bottom: 0;
	margin-right: 12px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	font-size: 12px;
	text-transform: capitalize;
}
#lbCaption{
	color: #fff;
}
#lbCaption h6{
	color: #999999;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	margin: 10px 0 0;
}
h3{
	color: #fff;
}
#lbCaption a{
	color: #fff;
	text-decoration: none;
}
