.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid #fff;
    width: 600px;
    height: 400px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
       -moz-box-shadow: 0 0 2px #999;
            box-shadow: 0 0 2px #999;
}


.jcarousel-wrapper .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
    opacity: .66;
}

.jcarousel-wrapper .photo-credits a {
    color: #fff;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 90px;
    height: 626px;
}

.jcarousel img {
    display: block;
}

.jcarousel ul {
    width: 100%;
    height: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
	padding-left: 0px;
	background: 0px;
	margin-bottom: 16px;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    width: 90px;
    height: 33px;
}

.jcarousel-control-prev {
	top: 0px;
	/*border-radius: 18px 18px 0px 0px;*/
	background: rgba(0, 0, 0, 0.11) url(/images/nav_list_top.png) no-repeat center center;
}

.jcarousel-control-next {
    bottom: 0px;
	/*border-radius: 0px 0px 18px 18px;*/
	background: rgba(0, 0, 0, 0.11) url(/images/nav_list_bottom.png) no-repeat center center;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
	background-color: rgba(0, 0, 0, 0.3);
}

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
    opacity: .5;
    cursor: default;
}


/* от 1274 до 1439 px */
@media screen and (max-width: 1460px) {
	.jcarousel {
		height: 500px;
	}
}

/* от 1010 до 1273 px */
@media screen and (max-width: 1274px) {
	.jcarousel {
		height: 332px;
	}
}