.prodRatioHolder {
	width: 100%;
	padding-bottom: 100%;
	position: relative;
	margin-top: 0;
	border: 1px solid #EEE
}
.thumbs {
	bottom: 0
}
.buttonThumb {
	display: inline-block;
	background: #666;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	cursor: pointer;
	margin: 5px
}
.buttonThumbs {
	display: none;
	text-align: center;
	margin-top: 10px;
	cursor: pointer
}
.bigThumb {
	width: 60px;
	height: 60px;
	border: 2px solid #EEE;
	background-size: cover;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: right;
	display: block;
	cursor: pointer
}
.bigThumb.on {
	border: 2px solid #2aace3
}
.bigThumb.off {
	border: 2px solid #EEE
}
.prodMarker {
	width: 30px;
	height: 30px;
	-moz-opacity: .5!important;
	-khtml-opacity: .5!important;
	opacity: .5!important
}
.prodMarker:focus, .prodMarker:hover {
	-moz-opacity: 1!important;
	-khtml-opacity: 1!important;
	opacity: 1!important
}
.fullscreenToggle {
	left: auto;
	right: 10px;
	top: 10px;
	position: absolute;
	background-color: rgba(150,150,150,.1);
	border-radius: 15%
}
.fullscreenToggle:focus, .fullscreenToggle:hover {
	background-color: rgba(150,150,150,.2)
}
.fullscreenThumbHolder {
	height: 75px;
	position: absolute;
	width: 100%;
	z-index: 99999;
	bottom: 0
}


.bigThumbs {
	display: none
}
.buttonThumbs {
	display: block
}


@media (max-width:992px) {
.bigThumb {
	width: 50px;
	height: 50px
}
}
