.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}

@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}
	
	50% {
		left: -15px;
	}
	
	100% {
		left: 0;
	}
}

@keyframes rightEnd {
	0% {
		left: 0;
	}
	
	50% {
		left: -15px;
	}
	
	100% {
		left: 0;
	}
}

@-webkit-keyframes topEnd {
	0% {
		top: 0;
	}
	
	50% {
		top: -15px;
	}
	
	100% {
		top: 0;
	}
}

@keyframes topEnd {
	0% {
		top: 0;
	}
	
	50% {
		top: -15px;
	}
	
	100% {
		top: 0;
	}
}

@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}
	
	50% {
		left: 15px;
	}
	
	100% {
		left: 0;
	}
}

@keyframes leftEnd {
	0% {
		left: 0;
	}
	
	50% {
		left: 15px;
	}
	
	100% {
		left: 0;
	}
}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0;
	}
	
	50% {
		bottom: -15px;
	}
	
	100% {
		bottom: 0;
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0;
	}
	
	50% {
		bottom: -15px;
	}
	
	100% {
		bottom: 0;
	}
}