.slider.jcarousel-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.slider .st {
	font-weight: bold;
	color: #004f84;
	padding-bottom: 12px;
    font-size: 21px;
}

.slider .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider .jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slider .jcarousel li {
    float: left;
   border: 1px solid #fff;
   box-sizing: border-box;
   width: 160px;
}

.slider .jcarousel img {
    display: block;
    height: auto !important;
    max-width: 100%;
}

.slider .jcarousel-control-prev, .slider .jcarousel-control-next {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/carsweek/images/righttstrl.png") no-repeat scroll center center;
    float: none;
    color: transparent;
    font: 24px/27px Arial,sans-serif;
    height: 34px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 45%;
    width: 18px;
}

.slider .jcarousel-control-prev {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/carsweek/images/leftstrl.png") no-repeat scroll center center;
    left: 9px;
}
.slider .jcarousel-control-next {
    right: 9px;
}

.slider .price {
	background: #004f84 none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    bottom: 20px;
    color: #fff;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    position: relative;
}


.slider a.title {
    color: #004f84;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

.slider .year {
    color: #000;
}

.slider .city {
    color: #8da3b2;
    display: block;
    margin: 6px 0;
}

@media screen and (max-width:350px) {
	.slider .jcarousel li {
   		width: auto;
	}
}

@media screen and (max-width:960px) {
	.slider.jcarousel-wrapper {
   		margin: 20px 6px;
	}
}


.slider .st a {
    color: #cb0000;
}