﻿
.lb-overlay {
	position: fixed;
	overflow: auto;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	text-align: center;
	background-color: rgba(0,135,7,.8);
	background: -moz-radial-gradient(center, rgba(255,255,255,0.56) 0%, rgba(0,135,7,5.01) 100%);
	z-index: 1000;
}
.lb-overlay img{
	opacity: 0;
	transition: opacity 0.3s linear;
}
.lb-img {
	position: relative;
	margin-top: -55px;
	margin-right: -100px;
	margin-left: -100px;
	margin-bottom: -90px;
}
.lb-img img {
	margin-top: 5px;
	max-width: 100%;
}

.lb-close {
	position: absolute;
	margin-left: -38px;
	left: 50%;
	top: -36px;
	width: 76px;
	height: 32px;
	background: url('../../publicidad/clk/btn-close.png') top;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	z-index: 2 
}.lb-close:hover {
	background: url('../../publicidad/clk/btn-close.png') bottom;
}.lb-close:active {
	background-color: rgba(0,0,0,0.5)
}

.lb-next{
	position: absolute;
	margin-left: 38px;
	left: 50%;
	top: -36px;
	width: 32px;
	height: 32px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	z-index: 2000;
}
.lb-next{
	background: url('../../publicidad/clk/arrows-min.png') right top;
}.lb-next:hover{
	background: url('../../publicidad/clk/arrows-min.png') right bottom;
}.lb-next:active{
	margin-left: 39px;
}

.lb-prev{
	position: absolute;
	margin-right: 38px;
	right: 50%;
	top: -36px;
	width: 32px;
	height: 32px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	z-index: 2000;
}
.lb-prev{
	background: url('../../publicidad/clk/arrows-min.png') left top;
}.lb-prev:hover {
	background: url('../../publicidad/clk/arrows-min.png') left bottom;
}.lb-prev:active{
	margin-right: 39px;
} 


.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 100px;
}
.lb-overlay:target img{
	opacity: 1;
	filter:  alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}

