.jcarousel-skin-tango .jcarousel-container {

}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	position:relative;
	width:255px;
	height:45px;
	margin-left:37px;
	margin-top:10px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 270px;
    height:400px;
}
.jcarousel-skin-tango .jcarousel-clip {
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:220px;
	height:45px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 300px;
    height:80px;
}
.jcarousel-skin-tango .jcarousel-item {
	width:64px;
	height:44px;
	margin-bottom:10px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-item:last-child{}
.jcarousel-skin-tango .jcarousel-item img{
	width:60px;
	height:40px;
	overflow:hidden;
	border:2px solid #FFF;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 16px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/*---buttom horizontal----*/
.jcarousel-skin-tango .jcarousel-next-horizontal{
	position: absolute;
    width: 32px;
    height: 32px;
	bottom:7px;
	left:-16px;	
    cursor: pointer;
	background: transparent url(../images/arr_left.png) no-repeat;
    
} 

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    width: 32px;
	bottom:7px;
    height: 32px;
	right:10px;
    cursor: pointer;
   	background: transparent url(../images/arr_right.png) no-repeat;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/sangphai.png) no-repeat;
}


.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/sangphai.png) no-repeat;
}
