 .jcarousel-container { margin-bottom:90px; margin-top:20px;}
 .jcarousel-item {width:210px;height: 151px; margin-right:10px;}
 .jcarousel-clip {overflow: hidden;}


 .jcarousel-container-horizontal {
    width: 410px;
    padding: 0;
}
 .jcarousel-clip-horizontal {
   width: 410px;
    height: 151px;
}


 .jcarousel-container-vertical {
    width: 380px;
    height: 530px;
}
 .jcarousel-clip-vertical {
    width:  380px;
    height: 540px;
}


 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

 .jcarousel-item-vertical {
    margin-bottom: 16px;
}

 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/* Вертикальные Buttons */
/* вверх */  
 .jcarousel-prev-vertical {
    position: absolute;
    top: 350px;
    right: -43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/nav.png) no-repeat 0 0;
}

 .jcarousel-prev-vertical:hover, .jcarousel-prev-vertical:focus {background-position: 0 -32px;}
 .jcarousel-prev-vertical:active {background-position: 0 -32px;}

 .jcarousel-prev-disabled-vertical,
 .jcarousel-prev-disabled-vertical:hover,
 .jcarousel-prev-disabled-vertical:focus,
 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -64px;
}
/* вниз */
 .jcarousel-next-vertical {
    position: absolute;
    top: 320px;
    right: -43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/nav.png) no-repeat -32px 0px;
}

 .jcarousel-next-vertical:hover, .jcarousel-next-vertical:focus {background-position: -32px -32px;}
 .jcarousel-next-vertical:active {background-position: -32px -32px;}

 .jcarousel-next-disabled-vertical,
 .jcarousel-next-disabled-vertical:hover,
 .jcarousel-next-disabled-vertical:focus,
 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: -32px -64px;
}

/* Horizontal Buttons */
/* Вперед */
.jcarousel-next-horizontal {
    position: absolute;
    top: 170px;
	right:50px;
	margin:0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/nav.png) no-repeat -32px 0px;
}

.jcarousel-next-horizontal:hover {background-position: -32px -32px;}
.jcarousel-next-horizontal:active {background-position: -32px -32px;}
.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -32px -64px;
}

/* Назад */
.jcarousel-prev-horizontal {
    position: absolute;
    top: 170px;
	right:120px;
	margin:0 auto;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/nav.png) no-repeat 0 0px;
}

.jcarousel-prev-horizontal:hover {background-position: 0 -32px;}
.jcarousel-prev-horizontal:active {background-position: 0 -32px;}

.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: 0 -64px;
}