/*Слайдер*/
#slides {
    display: none;
    height: 490px;
}

#slides .slidesjs-navigation {
    margin-top: 5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    position: absolute;
    top: 45%;
    z-index: 100;
}

a.slidesjs-next {
    position: absolute;
    right: 30px;
    background-position: -12px;
    background-image: url(/img/R.png);
}

a.slidesjs-previous {
    background-position: 0 0;
    position: absolute;
    left: 30px;
    background-image: url(/img/L.png);
}

a.slidesjs-play {
    width: 15px;
    background-position: -25px 0;
}

a:hover.slidesjs-play {
    background-position: -25px -18px;
}

a.slidesjs-stop {
    width: 18px;
    background-position: -41px 0;
}

a:hover.slidesjs-stop {
    background-position: -41px -18px;
}

.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(/img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

.navbar {
    overflow: hidden
}

.container {
    width: 1186px;
    position: relative;
}

/*конец слайдера*/
/*carusel js*/
ul#items {
    width: 583px;
    height: 393px;
    overflow: hidden;
}

ul#items li {
    width: 291px;
    height: 387px;
    float: left;
}

.news_block {
    padding: 30px 16px 0px 16px;
    border: 1px solid #B9B9B9;
    height: 355px !important;
    position: relative;
}

.news_block time, .news_block .time {
    color: #575555;
    font-size: 1.6em;
    font-weight: bold;
}

.news_block p {
    font-family: "Segoe UI Light", sans-serif;
    color: #575555;
    font-size: 1.6em;
    line-height: 22px;
}

.news_block img {
    position: absolute;
    bottom: 15px;
    right: 25px;
}

.more {
    float: right;
    color: #b00808;
    font-family: "Segoe UI Light", sans-serif;
    font-size: 1.4em;
}

ul#items li .image {
}

ol#pagination {
    position: relative;
    text-align: center;
    width: 583px;
}

ol#pagination li {
    width: 18px;
    height: 28px;
    text-align: left;
    text-indent: -8000px;
    list-style: none;
    cursor: pointer;
    margin: 0 2px;
    display: none;
}

ol#pagination li:hover {
    background: url(/images/bg_buttons.png) no-repeat 0 -16px;
}

ol#pagination li.current {
    color: #f00;
    font-weight: bold;
    display: none;
}

ol#pagination li.prev, ol#pagination li.next {
    position: absolute;
    bottom: 190px;
}

ol#pagination li.prev {
    left: 0px;
    background: url(/img/L.png);
    background-repeat: no-repeat;
}

ol#pagination li.next {
    right: 0px;
    background: url(/img/R.png);
    background-position: -12px 0;
    background-repeat: no-repeat;
}
