
.poptrox-popup {background: #1a1f2c;background: rgba(18, 21, 29, 0.9);box-shadow: 0px 0px 0px 10px #fff, 0px 10px 60px 10px rgba(8, 11, 19, 0.55);cursor: default;}

.poptrox-popup .loader {display: block;width: 48px;height: 48px;position: absolute;top: 50%;left: 50%;
margin: -24px 0 0 -24px;background: url("../images/loader.gif");opacity: 0.25;}

.poptrox-popup .caption {position: absolute;bottom: 0;left: 0;background: #1a1f2c;background: rgba(18, 21, 29, 0.75);display: block;width: 100%;line-height:50px;text-align: center;font-size:0.8em;color: #fff;}

.poptrox-popup .nav-next, .poptrox-popup .nav-previous, .poptrox-popup .closer {text-decoration: none;font-weight: normal;font-style: normal;-moz-transition: opacity 0.25s ease-in-out;-webkit-transition: opacity 0.25s ease-in-out;-ms-transition: opacity 0.25s ease-in-out;transition: opacity 0.25s ease-in-out;opacity: 0.8;}

.poptrox-popup .nav-next:hover, .poptrox-popup .nav-previous:hover, .poptrox-popup .closer:hover {opacity: 1.0;}

.poptrox-popup .nav-next{-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-family: FontAwesome;font-style: normal;font-weight: normal;text-transform: none !important;width:49px;height:49px;position:fixed;top:40%;cursor: pointer;font-size: 3em;line-height: 75px;
background:url(../images/arrows.png) no-repeat 100% 0; border-radius: 0 4px 4px 0;}

.poptrox-popup .nav-previous {-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;font-family: FontAwesome;font-style: normal;font-weight: normal;text-transform: none !important;width:49px;height:49px;position:fixed;top:40%;cursor: pointer;font-size: 3em;line-height: 75px;
background:url(../images/arrows.png) no-repeat 0 0; border-radius: 0 4px 4px 0;}	

.poptrox-popup .nav-next {right: 0;text-align: right;}

.poptrox-popup .nav-previous {left: 0;text-align: left;}


.poptrox-popup .closer {z-index: 99993;position:fixed;top: 0;right: 0;width: 49px;height: 49px;cursor: pointer;background: transparent url('../images/close.png') no-repeat 50% 50%;opacity: 1;filter: alpha(opacity=100);border-radius: 0 0 0 4px;}

.poptrox-popup .closer:hover{background-color: #0f78c4;}

