/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	/*background-color: #999999;*//*color de fondo que le pone al body y queda por detras del popup*/
	cursor: pointer;
}

#lbCenter{ 
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #000;
}

#lbBottomContainer{ 
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}



.lbLoading {
	background: #fff url(http://triangleblau.intercomgi.com.ar/cfg/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	width: 12px;
	height:20px;
	float:right;
	margin:8px 5px;
}
#lbPrevLink {
	background: transparent url(prevlabel.gif) no-repeat;
}
#lbNextLink {
	background: transparent url(nextlabel.gif) no-repeat;
}

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

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

#lbPrintLink {
	display: block;
	float: right;
	width: 30px;
	height: 27px;
	background: transparent url(printlabel.gif) no-repeat center;
	margin: 5px 0px 5px 10px;
}

#lbAnterior {
	display: block;
	float: right;
	width: 12px;
	height: 20px;
	background: transparent url(prevlabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbProxima {
	display: block;
	float: right;
	width: 12px;
	height: 20px;
	background: transparent url(nextlabel.gif) no-repeat center;
	margin: 5px 0;
}


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

#lbCaption {
	font-weight: bold;
}
