
.jcarousel-skin-tango-other .jcarousel-direction-rtl {
    direction: rtl;
}

.jcarousel-skin-tango-other .jcarousel-container-horizontal {
   width: 880px;
}
.jcarousel-skin-tango-other .jcarousel-clip {
    overflow: hidden;
}
.jcarousel-skin-tango-other .jcarousel-clip-horizontal {
    width: 1200px;
    height: 370px;   
	margin-left:-10px;
}
.jcarousel-skin-tango-other .jcarousel-item {
    width: 205px !important;
	margin:0 10px;
}
.jcarousel-skin-tango-other .jcarousel-direction-rtl .jcarousel-item-horizontal {
    margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango-other .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango-other .jcarousel-next-horizontal {
    position: absolute;
   right: 10px;
	top: 90px;
	z-index:1000;
	margin-top: 0;
	margin-left: 0;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	border: 1px solid #d7d7d7;
    cursor: pointer;
    background: #505050 url(../images/images.png)  -73px -239px no-repeat;
}
.jcarousel-skin-tango-other .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango-other .jcarousel-next-horizontal:focus {
   border-color: #197cd8;
   background-color: #197cd8;
}
.jcarousel-skin-tango-other .jcarousel-prev-horizontal {
    position:absolute;
   	top: 90px;
	z-index:1000;
	left:0px;
	margin-top: 0px;
	margin-left: 0;
	width: 38px;
	height: 38px;
	display: inline-block;
	background: #505050 url(../images/images.png) -73px -182px no-repeat;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	cursor: pointer;
	border: 1px solid #d7d7d7;
}
.jcarousel-skin-tango-other .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango-other .jcarousel-prev-horizontal:focus {
  	border-color: #197cd8;
    background-color: #197cd8;
}