/*!
 * Lightbox for Bootstrap 3 by @ashleydw
 * https://github.com/ashleydw/lightbox
 *
 * License: https://github.com/ashleydw/lightbox/blob/master/LICENSE
 */.ekko-lightbox-container{position:relative}
 .ekko-lightbox-nav-overlay{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%}
 .ekko-lightbox-nav-overlay a{z-index:100;display:block;width:49%;height:100%;font-size:30px;color:#fff;text-shadow:2px 2px 4px #000;opacity:1;filter:dropshadow(color=#000000,offx=2,offy=2);-webkit-transition:opacity .5s;-moz-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}
.ekko-lightbox-nav-overlay a:empty{width:49%}.ekko-lightbox a:hover{text-decoration:none;opacity:1}
.ekko-lightbox .glyphicon-chevron-left{
	left:0;
	top:-57px;
	line-height:0px !important;
	padding-left:15px;
	text-align:left;
	width:34px !important; 
	height:34px !important; 
	background:url(../../images/arrow-slider.png) no-repeat; 
	background-position:0px 0px;
	overflow:hidden;
	font-size:0px !important;
	position:absolute;
	}
.ekko-lightbox .glyphicon-chevron-right{
	left:50px;
	top:-57px;
	line-height:0px !important;
	padding-right:15px;
	text-align:right;
	width:34px !important; 
	height:34px !important;
	background:url(../../images/arrow-slider.png) no-repeat; 
	background-position:-34px 0px;
	overflow:hidden;
	font-size:0px !important;
	position:absolute;
	}
.ekko-lightbox .modal-footer{text-align:left}