.jcarousel-skin-tangoother .jcarousel-container {
    height: 260px;
    width: 930px;
    position: relative;
	
}

.jcarousel-skin-tangoother .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tangoother .jcarousel-container-horizontal {
    height: 120px;
	margin: 0 auto;
	padding: 0 0 0;
	width: 930px;
}
.jcarousel-skin-tangoother img {
	border: 3px solid #fff;
	max-height: 120px;
	max-width: 80px;
}
.jcarousel-skin-tangoother .selected-now img {
	border: 3px solid #ae46b7;
}

.jcarousel-skin-tangoother .jcarousel-container-vertical {

}

.jcarousel-skin-tangoother .jcarousel-clip-horizontal {
    overflow: hidden;
}

.jcarousel-skin-tangoother .jcarousel-clip-vertical {

}

.jcarousel-skin-tangoother .jcarousel-item {

}

.jcarousel-skin-tangoother .jcarousel-item-horizontal {
    margin: 0;
	width: 86px;
}

.jcarousel-skin-tangoother .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 5px;
    margin-right: 5px;
}

.jcarousel-skin-tangoother .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tangoother .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tangoother .jcarousel-next-horizontal {
	background: transparent url("right.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50px;
	width: 30px;
}

.jcarousel-skin-tangoother .jcarousel-direction-rtl .jcarousel-next-horizontal {
;
}

.jcarousel-skin-tangoother .jcarousel-next-horizontal:hover {

}

.jcarousel-skin-tangoother .jcarousel-next-horizontal:active {

}

.jcarousel-skin-tangoother .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tangoother .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tangoother .jcarousel-next-disabled-horizontal:active {

}

.jcarousel-skin-tangoother .jcarousel-prev-horizontal {
	background: transparent url("left.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	left: 0;
	position: absolute;
	top: 50px;
	width: 30px;
}

.jcarousel-skin-tangoother .jcarousel-direction-rtl .jcarousel-prev-horizontal {

}

.jcarousel-skin-tangoother .jcarousel-prev-horizontal:hover {

}

.jcarousel-skin-tangoother .jcarousel-prev-horizontal:active {
;
}

.jcarousel-skin-tangoother .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tangoother .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tangoother .jcarousel-prev-disabled-horizontal:active {

}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tangoother .jcarousel-next-vertical {
    background: url(proekt_right.jpg) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 112px;
    right: 5px;
    position: absolute;
    top: 74px;
    width: 34px;
}

.jcarousel-skin-tangoother .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tangoother .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tangoother .jcarousel-next-disabled-vertical,
.jcarousel-skin-tangoother .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tangoother .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tangoother .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tangoother .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tangoother .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tangoother .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tangoother .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tangoother .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
