.fotorama{
	display:none;
}
.js .fotorama{
	display:block;
}
/*
.fotorama{
	margin-bottom:0.5em;
}
*/
.fotorama__nav {
    margin-top: -30px;
    z-index: 20;
}
.fotorama__dot {
    border-color: #eee;
    background-color:#b3b3b3;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.fotorama__active .fotorama__dot {
    background-color: #d4d4d4;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
    top:11px;
}
.fotorama__img{
	pointer-events:none;
}
.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{
	transition-property:opacity;
	transition-timing-function:linear;
	transition-duration: 1ms; //previous value = 0.3s
}