﻿#slides {
     display:none;
}
 #slides img {
     background:transparent url("/sources/103.gif") center no-repeat;
 }
.slides-price {
	position:absolute;
	top:0;
	z-index:90210;
	background-color:#ea4041;
	font:1.3em "ffPTSansReg";
	letter-spacing:0.1em;
	color:#fff;
	padding:20px 25px;
}
.slidesControls {
    width:100%;
    bottom:0;
    margin-left:78px;
    text-align:right;
    position:absolute;
    z-index:90210;
}
.slidesControls label {
    display:inline-block;
    width:74px;
    height:74px;
    left:74px;
    float:right;
    cursor:pointer;
    background:url("/sources/left.svg") #ea4041 center no-repeat;
}
.slidesControls label:hover {
    background-color:rgb(234,80,80);
}
.slidesControls label:active {
    background-color:#ea4041;
}
.slidesControls label:first-child {
    margin-left:4px;
    background-image:url("/sources/right.svg")
}
button.slidesjs-navigation {
    display:none;
}
/*****************************************/
div.gallery-container {
    position:absolute;
    left:-471px;
    top:-332px;
    width:922px;
    height:642px;
    visibility:hidden;
}
 div.gallery-container h3 {
    color:#fff;
    margin-top:20px;
}
div.layout-modal.gallery div.gallery-container {
    visibility:visible;
}
/*****************************************/
.works-block .works-gallery-container {
    width:1120px;
    margin-top:74px;
	position:relative;
}
