.mod-fwre-slideshow {
    margin: 0 0 20px;
}
.mod-fwre-slideshow-small-wrapper,
.mod-fwre-slideshow-big-wrapper {
    position: relative;
}
.mod-fwre-slideshow-small-move-up,
.mod-fwre-slideshow-small-move-down {
    width: 100%;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.mod-fwre-slideshow-small-move-up {
    top: 0px;
}
.mod-fwre-slideshow-small-move-down {
    bottom: 0px;
    vertical-align: bottom;
}
.mod-fwre-slideshow-small-move-up i:hover,
.mod-fwre-slideshow-small-move-down i:hover {
    color: #78c2ff;
}
.mod-fwre-slideshow-small-film-block {
    margin: 20px 0;
    overflow: hidden;
}
.mod-fwre-slideshow-small-film {
    margin: 0 auto;
    display: table;
}
.mod-fwre-slideshow-small-film img {
    display: block;
    border: 4px solid #fff;
    border-radius: 4px;
    cursor: pointer;
}
img.mod-fwre-slideshow-small-film-selected {
    border-color: #225378;
}

.mod-fwre-slideshow-big-image {
    position: absolute;
	text-align: center;
	max-height: 100%;
}
.mod-fwre-slideshow-big-image img {
	max-height: 100%;
}
.mod-fwre-slideshow-big-wrapper img {
    width: 100%;
    display: block;
}
.mod-fwre-slideshow-big-image-description {
    color: #fff;
    position: absolute;
    padding: 10px;
    bottom: 0;
    height: 60px;
    background-color: rgba(19, 19, 19, 0.5);
    /*border-top: 2px solid rgba(255,255,255,0.8);*/
}
.mod-fwre-slideshow-big-image-description p {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
}
p.mod-fwre-slideshow-title {
    font-size: 115%;
    margin-bottom: 7px;
}
p.mod-fwre-slideshow-price {
    float: right;
    font-weight: bold;
}
div.mod-fwre-slideshow-status {
	height: auto;
	font-size: 16px;
	background-repeat: no-repeat;
	position: absolute;
	left: -5px;
	top: 10px;
	padding: 6px 10px 6px 10px;
	background-color: #d64521;
	color: #fff;
	text-align: center;
	display: inline-table;
}
div.mod-fwre-slideshow-status::after {
    content: "";
    position: absolute;
    top: -6px;
    left: -1px;
    border-width: 6px 0 0 8px;
    border-style: solid;
    border-color: #983a02 #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


@media screen and (max-width: 768px) {
}














