.jcarousel-skin-tango .jcarousel-container {

	background-color: #f4f4f6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
	width: 220px;
	height: 380px;
	padding-top:35px;

}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  220px;
    height: 380px;

}

.jcarousel-skin-tango .jcarousel-item {
    width: 220px;
    height: 380px;

}






/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 140px;
    height: 20px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}




.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 140px;
    height: 20px;
    cursor: pointer;
    background: url(prev-vertical.png) no-repeat 0 0;
}



