.property-pro-aios-starter-theme-gallery-thumbs {
	width:95%;
	margin:auto;
	z-index:2;
	position:relative;
}

.property-pro-aios-starter-theme-gallery-thumbs-container {
	position:relative;
}

.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb {
	padding:3px 6px;
	box-sizing:border-box;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	cursor:pointer;
}

.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb.slick-current,
.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb:hover {
	opacity:0.8;
}

.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb a {
	margin:2px;
	display:block;
	border:2px solid #fff;
	box-shadow: 0 1px 3px #a7a7a7;
	-webkit-box-shadow: 0 1px 3px #a7a7a7;
}

.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb a  img {
	width:100%;
}

.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb a  canvas {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
}

#content .entry .property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb img,
#content .entry .property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb canvas,
.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb img,
.property-pro-aios-starter-theme-gallery-thumbs .property-pro-aios-starter-theme-gallery-thumb canvas {
	width: 100%;
	box-sizing: border-box;
	padding:0;
	background-color:transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.property-pro-aios-starter-theme-gallery-navs {
	position: absolute;
	height:100%;
	width: 100%;
	z-index: 1;
}

.property-pro-aios-starter-theme-gallery-navs div {
	display: inline-block;
	position: absolute;
	width: 3%;
	height: 100%;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}

.property-pro-aios-starter-theme-gallery-navs .property-pro-aios-starter-theme-gallery-control-prev {
	background: url(../images/arrow-sprites.png) left center no-repeat;
	left:0;
}

.property-pro-aios-starter-theme-gallery-navs .property-pro-aios-starter-theme-gallery-control-next {
	background: url(../images/arrow-sprites.png) right center no-repeat;
	right:0;
}

.property-pro-aios-starter-theme-gallery-navs .aiosslickarrow.aiosslickhidden {
	display:block;
}

.property-pro-aios-starter-theme-gallery-wrap {
	position: relative;
}

.property-pro-aios-starter-theme-gallery-wrap .property-pro-aios-starter-theme-gallery-wrap-slide {
	width:100%;
}

.property-pro-aios-starter-theme-gallery-wrap .property-pro-aios-starter-theme-gallery-wrap-slide img {
	width:100%;
}

.property-pro-aios-starter-theme-gallery-wrap .property-pro-aios-starter-theme-gallery-wrap-slide canvas {
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center 0;
}

.property-pro-aios-starter-theme-gallery {
	max-width:100%;
	margin-bottom:20px;
}

.property-pro-aios-starter-theme-gallery img {
	width:100%;
	max-width: 100%;
}