<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item-gallery {
	float: left;
	width: 100%;
	position: relative;
}
	.item-gallery-slide {
		float: left;
		width: 100%;
		height: 350px;
		box-sizing: border-box;
		background: no-repeat center center;
		background-size: cover;
		cursor: -webkit-zoom-in;
		cursor: -moz-zoom-in;
	}

.item-gallery-controls-container {
	float: left;
	width: 100%;
    margin-top: 20px;
}
	.item-gallery-controls {
		width: 108px;
		margin: 0 auto;
	}

#adv-custom-pager {
	box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    overflow: hidden;
}
	#adv-custom-pager .gallery-controls-img {
		display: block;
    	float: left;
    	width: 100%;
    	height: 100%;
    	width: 23.5%;
	    height: 100px;
	    margin: 0 2% 10px 0;
		background-color: #ccc;
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	#adv-custom-pager .gallery-controls-img:nth-child(4n){
		margin-right: 0;
	}</pre></body></html>