.fs_gallery {
	background: rgba(0, 0, 0, 0.9); left: 0px; top: 0px; right: 0px; bottom: 0px; position: fixed; z-index: 1000;
}
.fs_gallery_close {
	top: 20px; width: 30px; height: 30px; text-align: center; right: 50px; position: absolute; z-index: 1002; cursor: pointer;
   background: url(close.png) no-repeat center center;
}
.fs_gallery_prev {
	width: 30px;height:50px; position: absolute; z-index: 1001; cursor: pointer;
	background: url(prew.png) no-repeat center center;
}
.fs_gallery_next {
	width: 30px;height:50px;position: absolute; z-index: 1001; cursor: pointer;
	background: url(next.png) no-repeat center center;
}
.fs_gallery_prev {
	left: 50px; top: 50%; bottom: 0px;
}
.fs_gallery_next {
	top: 50%; right: 50px; bottom: 0px;
}

.fs_gallery_shuft {
	width: 9999999px; position: relative;
}
.fs_gallery_shuft::after {
	clear: both; display: block; content: "";
}
.fs_gallery_shuft_item {
	background-position: center; float: left; position: relative; background-repeat: no-repeat;
}
.fs_gallery_shuft_item img {
	left: 50%; top: 50%; position: absolute; box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
}
@media (max-width: 760px) {
    .fs_gallery_close{
    	  right: 20px;
    }
    .fs_gallery_prev,.fs_gallery_next{
        width:80px;	
    }
}
