.jcarousel-skin-tango .jcarousel-container-vertical {height: 500px;}
.jcarousel-skin-tango .jcarousel-clip-vertical {height: 410px;top:45px;border-top:1px solid;border-bottom:1px solid;}
.jcarousel-skin-tango .jcarousel-item {width: 100%;height:1.5em;}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}


/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
	width:100%;
    height: 45px;
    cursor: pointer;
    background: url("../gfx/down.png") no-repeat scroll left center transparent;
}





.jcarousel-skin-tango .jcarousel-prev-vertical {
	background:url("../gfx/up.png") no-repeat scroll left center transparent;
	cursor:pointer;
	height:45px;
	position:absolute;
	top:0;
	width:100%;
}


