
.swipebox-overflow-hidden {
overflow : hidden !important ;
}
#swipebox-overlay img {
border : none !important ;
}
#swipebox-overlay {
width : 100%;
height : 100%;
position : fixed;
top : 0;
left : 0;
opacity : 0;
z-index : 9999;
overflow : hidden;
display : none;
}
#swipebox-slider {
height : 100%;
left : 0;
top : 0;
width : 100%;
white-space : nowrap;
position : absolute;
}
#swipebox-slider .slide {
height : 100%;
line-height : 1px;
text-align : center;
width : 100%;
display : inline-block;
}
#swipebox-slider .slide:before {
content : "";
display : inline-block;
height : 50%;
width : 1px;
margin-right : -1px;
}
#swipebox-slider .slide img {
display : inline-block;
max-height : 100%;
max-width : 100%;
width : auto;
height : auto;
vertical-align : middle;
}
#swipebox-action, #swipebox-caption {
position : absolute;
left : 0;
z-index : 999;
height : 50px;
width : 100%;
}
#swipebox-action {
bottom : -50px;
}
#swipebox-action.visible-bars {
bottom : 0;
}
#swipebox-action.force-visible-bars {
bottom : 0 !important ;
}
#swipebox-caption {
top : -50px;
text-align : center;
}
#swipebox-caption.visible-bars {
top : 0;
}
#swipebox-caption.force-visible-bars {
top : 0 !important ;
}
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next, #swipebox-action #swipebox-close {
background-repeat : no-repeat;
border : none !important ;
text-decoration : none !important ;
cursor : pointer;
position : absolute;
width : 50px;
height : 50px;
top : 0;
}
#swipebox-action #swipebox-close {
background-position : 15px 12px;
left : 40px;
}
#swipebox-action #swipebox-prev {
background-position : -32px 13px;
right : 100px;
}
#swipebox-action #swipebox-next {
background-position : -78px 13px;
right : 40px;
}
#swipebox-overlay {
background : #0d0d0d;
}
#swipebox-caption {
color : white !important ;
font-size : 15px;
line-height : 43px;
font-family : Helvetica, Arial, sans-serif;
}
