/*Горизонтальная карусель CSS*/
.jscarousal-horizontal{
    width: 740px;  /* ширина и высота коробки для слайдов */
    height: 118px;
    background-color: #121212;
    border: solid 1px #7A7677;
    margin: 0;
    padding: 0;
    padding: 22px 8px 22px 8px;
    position: relative;}
.jscarousal-contents-horizontal{
    width: 690px;  /* ширина и высота области где слайды */
    height: 124px;
    float: left;
    position: relative;
    overflow: hidden;}
.jscarousal-contents-horizontal img{
    width: 120px;  /* ширина и высота картинок */
    height: 94px;
    border: solid 1px #7A7677;}

.jscarousal-vertical-back:hover,
.jscarousal-vertical-forward:hover {
    background: #2cbeea!important;
    border: 1px solid #2cbeea!important;
    color: #fff;
}
.jscarousal-horizontal-back, .jscarousal-horizontal-forward{
    float: left;
    width: 23px;
    height: 98px;
    background-color: #121212;
    color: White;
    position: relative;
    top: -1px;
    cursor: pointer;}

.jscarousal-horizontal-back{
    background-image: url(images/left_arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;}
.jscarousal-horizontal-forward{
    background-image: url(images/right_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right;}
.jscarousal-contents-horizontal > div{
    position: absolute;
    width: 100%;}
.jscarousal-contents-horizontal > div > div{
    float: left;
    margin-left: 8px;
    margin-right: 8px;}
/*Горизонтальная карусель CSS*/

/*Вериткальная карусель CSS*/
.jscarousal-vertical{                       /* ширина и высота коробки для слайдов */
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;}
.jscarousal-contents-vertical{              /* ширина и высота области где слайды */
    overflow: hidden;
    width: 50px;
    height: 175px;}
.jscarousal-contents-vertical > div > div{  /* ширина и высота коробки для картинок */
    width: 49px;
    height: 49px;
    margin: 0px;
    margin-left: 0px;}
/*.jscarousal-contents-vertical img:hover {
    border: 1px solid #2cbeea;
}*/
.jscarousal-contents-vertical label:hover {
    border: 1px solid #2cbeea;
}
.jscarousal-contents-vertical label{          /* ширина и высота картинок */
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    width: 45px;
    height: 45px;
    position: relative;
    float: left;
    margin-bottom: 5px;
}
.jscarousal-contents-vertical img{
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
/*.jscarousal-contents-vertical img{
    cursor: pointer;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    width: 73px;
    height: 60px;
}*/
.jscarousal-vertical-back, .jscarousal-vertical-forward{
    width: 100%;
    height: 15px;

    color: White;
    position: relative;
    cursor: pointer;
    z-index:100;}
.jscarousal-vertical-back{
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    transform: rotate(90deg);
}
.jscarousal-vertical-forward{
    color: #000;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    transform: rotate(90deg);
}
.jscarousal-contents-vertical > div{
    position: absolute;
    top: 40px;
    width: 100%;
    height: 155px;
    overflow: hidden;
    top:40px!important;
}
.carouselhAutoOverlay img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.carouselhAutoOverlay {
    position: absolute;
    background: rgb(248, 248, 248);
    width: 47px;
    height: 151px;
    margin-top: 40px;
    border-radius: 8px;
    z-index: 999;
    margin-left: 0px;
    display: none;
}
.jscarousal-contents-vertical > div > div span{
    display: block;
    width: 70%;
    text-align: center;}
/*Вериткальная карусель CSS*/

/*Общие*/
.hidden{	display: none;    }
.visible{	display: block;}
.thumbnail-active{
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;}
.thumbnail-inactive{
    filter: alpha(opacity=90);
    opacity: 0.9;
    cursor: pointer;}
.thumbnail-text{
    color: #E0E0E0;
    font-weight: bold;
    text-align: left;
    display: block;
    padding: 10px 2px 2px 0px;}
.thumbnail-text a{
    color: #E0E0E0; text-decoration: none;}
.thumbnail-text a:hover{
    color: #fff;}

.colorFile-catalog1 .jscarousal-vertical-back{opacity: 0.4}
.colorFile-catalog1 .jscarousal-vertical-forward{opacity: 0.4}

