﻿@charset "utf-8";

#thumbRight, #thumbLeft{
	font-size: 0;
    width: 40px;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    transition-duration: .1s;
    border-radius: 5px;
	height:420px;
	top: 0px;
}


#thumbRight {
	right: 0px;
}

#thumbLeft {
	left: 0px;
}


.btnOver
{
	margin-left: 10px;
	margin-top: 210px;
}

.fotorama__wrap * {
	box-sizing: content-box !important;
}


@media screen and (min-width: 767px) {
	#thumbRight:hover, #thumbLeft:hover {
/*	    background-color: rgba(216,11,36,.3);*/
	}
}

@media screen and (max-width: 767px) {
	/*.fotorama__stage__frame .fotorama__img { position: absolute; margin: 0 7% 0 7% !important; top: 0; left: 0; z-index: 1;}
	.fotorama__stage__frame .fotorama__img {
		width: 80% !important;
		height: auto !important;
		left: 13px !important;

	}*/
	.fotorama__stage__frame .fotorama__img {
		-webkit-transform: translateZ(0) scale(.9) !important;
		transform: translateZ(0) scale(.9) !important;
	}
}

@media screen and (min-width: 768px) {
	/*.fotorama__stage__frame .fotorama__img {
		margin-left: 20px !important;
	}*/
	.fotorama__stage__frame .fotorama__img {
		-webkit-transform: translateZ(0) scale(.9) !important;
		transform: translateZ(0) scale(.9) !important;
	}
}

.fotorama__thumb-border {
	border-color: #e6005a;
}

.fotorama__thumb {
	background-color: #fff;
}



