.jcarousel-wrapper,.jcarousel{
    height: 110px!important;
    top: 0px!important;
    width: 100%;
    margin-bottom: 20px!important;
}
.jcarousel ul li{
    width:220px;
    height:110px;
    text-align: center;
}
.blockYear{float: left}
.prevYear,.nextYear{
    float:left;
    display: block;
    height: 44px;
    width:67px;
    background-image: url('../images/timeline_conn.png');
    background-repeat: no-repeat;
}
.prevYear{
    background-position: right top;
}
.nextYear{
    background-position: left top;
}
.timelineyear{
    float:left;
    width:84px;
    height: 85px;
    background-image: url('../images/timeline_year.png');
    background-repeat: no-repeat;
    text-align: center;
    text-decoration: none;
    color:#896E02;
    font-family: pt_sansbold;
    font-size: 22px;
    line-height: 16px;
    /*padding-top: 22px;*/
    background-color: transparent;
    border:none;
	 outline: none !important;
}
.timelineyear span{
    font-family: pt_sansregular;
    font-size: 12px;
}
.jcarousel .year{
    background-color: #262626;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: pt_sansbold;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding:1px 6px;
    text-decoration: none;
}

.prev_year, .next_year{
    background-color: #000000;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 130px;
    opacity: 0.5;
    position: absolute !important;
    top: 446px !important;
    width: 50px;
    transition: all 0.3s ease 0s;
}
.prev_year:hover, .next_year:hover{
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.prev_year{
    left:0px;
    background-image: url('../images/arrow_left.gif');
}
.next_year{
    right:0px;
    background-image: url('../images/arrow_right.gif');
}

.popupjcarousel, .popupwraper{
    margin: 0!important;
    position: absolute !important;
    top: 179px !important;
    z-index: 9999;
}
.popupwraper ul li{display: block;width:220px;}
.blockpopup{width:220px;border:1px solid; background-color: #fff; display: block; height: 75px;}
/************************************END TIMELINE***********************************/

.timebigBlock{
    text-decoration: none;
    height:74px; float: left;
    text-align: center;
    margin: 8px 0;
}
.prev {
    cursor: pointer;
    display: block;
    height: 90px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 30px;
    z-index: 99;
    background-image: url("../images/smallArrow_left.gif");
    background-repeat: no-repeat;
    background-position: center; transition: all 0.2s ease 0s;

}
.next {
    cursor: pointer;
    display: block;
    height: 90px;
    left: 370px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 99;
    background-image: url("../images/smallArrow_right.gif");
    background-repeat: no-repeat;
    background-position: center; transition: all 0.2s ease 0s;

}
.prev:hover, .next:hover{
    opacity: 0.5;
    background-color: #000; transition: all 0.2s ease 0s;
}

.jcarousel-wrapper {
    -webkit-touch-callout: none!important;
    -webkit-user-select: none!important;
    -khtml-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    -user-select: none!important;
}
.is-checked{color:#131313}