.jcarousel-skin-tangoother .jcarousel-container {
    height: 260px;
    width: 640px;
    position: relative;
	
}

.jcarousel-skin-tangoother .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tangoother .jcarousel-container-horizontal {
    height: 150px;
	margin: auto;
	padding: 0 0 0;
	width: 905px;
}

.jcarousel-skin-tangoother  img {
	border: 5px solid #ffffff;
    width: 150px;
    height: 150px;
	max-width: 200px;
}
.jcarousel-skin-tangoother .selected-now img {
/*	border: 5px solid #C6382B;*/
}

.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 {
    height: 150px;
    width: 150px;

}

.jcarousel-skin-tangoother .jcarousel-item-horizontal {
    margin: 00;
	width: 150px;
	height: 150px;
}

.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("right1.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: -27px;
	top: 60px;
	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("left1.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 30px;
	left: -28px;
	position: absolute;
	top: 60px;
	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;
}

