.L_PHOTOS_Ovl {
    background-color: rgba(0,0,0,0.65);
    bottom: 0px;
	display:none;
	height:100%;
    left: 0px;
    margin:0;
    position: fixed;
    right: 0px;
    top: 0px;
    width:100%;
    z-index: 509999;
}
.L_PHOTOS	{
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	padding:10px;
	text-align: center;
}

.L_PHOTOS span	{
    display: inline-block;
	margin:5px;
	cursor:pointer;
    position: relative;
}
.L_PHOTOS img	{
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.L_PHOTOS span span	{
    display: none;
}
.L_PHOTOS span:hover span	{
    border: #c0c0c0 1px dotted;
    display: block;
    padding: 5px;
    z-index: 100;
    position: absolute;
    left: -10px;
    top: 75px;
	font-size:11px;
	text-align:left;
    width: 250px;
	background-color:#EAEAEB;
}

.L_PHOTOS_2 {
	border-radius:7px;
	border:2px solid #fff;
	box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.50);
    width:50px;
	margin: auto;
}
.L_PHOTOS_3 {
	color: #fff;
	text-align:center;
	white-space: normal;
}
.L_PHOTOS_4 {
	cursor:pointer;
	position:absolute;
	bottom:0px;
	left:0px;
	top:20px;
	right:50%;
}
.L_PHOTOS_4:hover {
	background: url('phprev.png') no-repeat scroll center left transparent;
}
.L_PHOTOS_5 {
	cursor:pointer;
	position:absolute;
	bottom:0px;
	left:50%;
	top:20px;
	right:0px;
}
.L_PHOTOS_5:hover {
	background: url('phnext.png') no-repeat scroll center right transparent;
}
.L_PHOTOS_6 {
	cursor:pointer;
	position:absolute;
	top:-15px;
	right:-15px;
	background: url('phclose.png') no-repeat scroll center center transparent;
    width:28px;
	height:28px;
}
.L_PHOTOS_7 {
	cursor:pointer;
	position:absolute;
	top:-14px;
	right:25px;
	background: url('phmax.png') no-repeat scroll center center transparent;
    width:26px;
	height:26px;
}
.L_PHOTOS_8 {
	position:absolute;
	top:-14px;
	left:20px;
	padding:2px 10px;
	
	color: #fff;
	background-color:#707070;
	border-radius:7px;
	border:2px solid #fff;
	box-shadow: 2px 2px 4px rgba(255, 255, 255, 0.50);
}
