

/* SLIMBOX */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.dir-rtl #lbCenter, .dir-rtl #lbBottomContainer {
	left: auto;
	right: 50%;
}

.lbLoading {
	background: #fff url(/public/ec/d2/4e/12473_6917_loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}
.dir-rtl #lbPrevLink {
	left: auto;
	right: 0;
}

#lbPrevLink:hover {
	background: transparent url(/public/7e/67/29/317871_153450_prevlabel.gif) no-repeat 0% 15%;
}
.dir-rtl #lbPrevLink:hover {
	background: transparent url(/public/66/aa/b4/317873_153449_nextlabel.gif) no-repeat 100% 15%;
}

#lbNextLink {
	right: 0;
}
.dir-rtl #lbNextLink {
	right: auto;
	left: 0;
}

#lbNextLink:hover {
	background: transparent url(/public/66/aa/b4/317873_153449_nextlabel.gif) no-repeat 100% 15%;
}
.dir-rtl #lbNextLink:hover {
	background: transparent url(/public/7e/67/29/317871_153450_prevlabel.gif) no-repeat 0% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, 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: 33px;
	height: 22px;
	background: transparent url(/public/a3/9f/5a/12471_323671_closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
	cursor: pointer;
}
#lbPlayLink.mostraBt {
	display: block;
	float: right;
	width: 33px;
	height: 22px;
	background: transparent url(/public/ae/a7/ca/454501_323670_playlabel.gif) no-repeat center;
	margin: 5px 0 5px 30px;
	cursor: pointer;
}
#lbPlayLink:hover {
	background: transparent url(/public/ae/a7/ca/454501_323670_playlabel.gif) no-repeat center;
}
#lbPlayLink.nascondiBt {
	display:none;
}

#lbStopLink.mostraBt{
	display: block;
	float: right;
	width: 33px;
	height: 22px;
	background: transparent url(/public/30/76/ff/454780_323664_pauselabel.gif) no-repeat center;
	margin: 5px 0 5px 30px;
	cursor: pointer;
}
#lbStopLink:hover {
	background: transparent url(/public/30/76/ff/454780_323664_pauselabel.gif) no-repeat center;
}
#lbStopLink.nascondiBt {
	display:none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*loader slideshow*/
#loaderTime {
	height:5px;
	background:url(/public/72/1d/c9/454503_323489_overlabel.gif) 0 0 repeat-x;
	width:0%;
	display:block;
	padding:0;
	margin:0;
}
