.ssw-overlay, .ssw-container, .ssw-slide {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

html.ssw, html.ssw body{
	width: 100%;
	height: 100%;
}

html.ssw body{
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

.ssw-overlay {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	filter: alpha( opacity=0 );
	z-index: 9999;
	background-color: #000000;
	background-color: rgba( 0, 0, 0, 0.99 );
}

.ssw-overlay.ssw-fullscreen {
	cursor: none;
}

.ssw-info-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 20;
}

.ssw-overlay.ssw-hide .ssw-info-container {
	transform: translateY(-100%);
}

.ssw-slide-info {
	color: #ffffff;
	background-color: #000000;
	background-color: rgba( 0, 0, 0, 0.5 );
	padding:  10px 45px 10px 20px;
}

.ssw-container {
	position: absolute;
}

.ssw-slide {
	margin: 0;
	padding: 0;
	position: absolute;
}

.ssw-slide.ssw-loading {
	background-image: url(../../../images/icons/loading.gif);
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;
}

.ssw-current {
	z-index: 12;
}

.ssw-background {
	z-index: 11;
}

.ssw-top {
	z-index: 13;
}

.ssw-slide-image-container {
	overflow: hidden;
	position: absolute;
}

.ssw-next, .ssw-prev, .ssw-commands, .ssw-exit  {
	z-index: 100;
}

.ssw-next, .ssw-prev {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	border: 2px solid #ffffff;
}

.ssw-next {
	right: 15px;
	background-image: url(../../../images/icons/arrow-right-white.png);
}

.ssw-overlay.ssw-hide .ssw-next {
	transform: translateX(75px);
}

.ssw-prev {
	left: 15px;
	background-image: url(../../../images/icons/arrow-left-white.png);
}

.ssw-overlay.ssw-hide .ssw-prev {
	transform: translateX(-75px);
}

.ssw-exit {
	position: absolute;
	cursor: pointer;
	display: block;
	top: 15px;
	right: 15px;
	width: 22px;
	height: 22px;
	background-image: url(../../../images/icons/exit.png);
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
}

.ssw-commands {
	background-color: rgba( 0, 0, 0, 0.5 );
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	min-height: 60px;
}

.ssw-overlay.ssw-hide .ssw-commands {
	transform: translateY(100%);
}

.ssw-prev, .ssw-next, .ssw-commands, .ssw-info-container {
	transition: transform 500ms ease 0s;
}

@media only screen and (max-width: 767px){
	.ssw-prev, .ssw-next {
		display: none;
	}
}

.ssw-commands-min .ssw-button-container {
	display: none;
}

.ssw-button-container {
	position: absolute;
	width: calc(100% - 120px);
	top: 0;
	left: 60px;
	min-height: 60px;
	overflow: hidden;
}

.ssw-button {
	background-image: url(../../../images/icons/gallery-item.png);
	float: left;
}

.ssw-button:hover, .ssw-button.ssw-current {
	background-position: bottom center;
}

.ssw-play, .ssw-full, .ssw-button{
	cursor: pointer;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-position: top center;
}

.ssw-play, .ssw-full {
	width: 60px;
	height: 60px;
}

.ssw-button{
	width: 20px;
	height: 60px;
}

.ssw-play{
	background-image: url(../../../images/icons/play.png);
}

.ssw-full {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../../../images/icons/enlarge-gallery.png);
}

.ssw-play.ssw-playing, .ssw-full.ssw-fullscreen {
	background-position: bottom center;
}

.ssw-timebar {
	height: 5px;
	position: absolute;
	top: -5px;
	left: 0;
	background-color: #ffffff;
	background-color: rgba( 255, 255, 255, 0.5 );
	width: 0;
}