#glr_bgrLayer{
	position: fixed;
	display: block;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
	z-index: 100;
	top: 0px;
	height: 100%;
	width: 100%;
}

#glr_bgrLayer img{
	position: absolute;
	opacity: 0;
}

.glrCloser{
	position: fixed;
	right: 10px;
	top: 10px;
	z-index: 1000;

}
.kmp_glr_skipper{

	position: absolute;
	display: inline-block;
	top: 40%;
	text-align: center;
	
	background-color: #7eaeac
	
}
#kmp_glr_Prev{

	left: 0px;
	-webkit-border-top-right-radius: 5%;
	-webkit-border-bottom-right-radius: 5%;
	-moz-border-radius-topright: 5%;
	-moz-border-radius-bottomright: 5%;
	border-top-right-radius: 5%;
	border-bottom-right-radius: 5%;
	
	background-image: url("/images/skip_left.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box
}

.kmp_glr_skipper:hover{

	cursor:pointer;

}


#kmp_glr_Next{

	right: 0px;
	-webkit-border-top-left-radius: 5%;
	-webkit-border-bottom-left-radius: 5%;
	-moz-border-radius-topleft: 5%;
	-moz-border-radius-bottomleft: 5%;
	border-top-left-radius: 5%;
	border-bottom-left-radius: 5%;
	
	background-image: url("/images/skip_right.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-origin: content-box
}