.jcarousel-skin-tango .jcarousel-container {

}
.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
	position:relative;
	width:355px;
	height:295px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 270px;
    height:400px;
}
.jcarousel-skin-tango .jcarousel-clip {
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:355px;
	height:270px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 300px;
    height:80px;
}
.jcarousel-skin-tango .jcarousel-item {
	width:165px;
	height:270px;
	margin-bottom:10px;
	overflow:hidden;
}
.jcarousel-skin-tango .jcarousel-item:last-child{display:none;margin:0 !important;}
.jcarousel-skin-tango .jcarousel-item img{
	width:150px;
	height:103px;
	overflow:hidden;
	border:5px solid #FFF;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 15px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 15px;
    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;
	right:30px;	
    cursor: pointer;
    background: transparent url(../images/sangphai.png) no-repeat;
} 

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    width: 32px;
	bottom:-7px;
    height: 32px;
	right:0;
    cursor: pointer;
    background: transparent url(../images/sangtrai.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;
}
