.jcarousel-skin-tango .jcarousel-container-vertical{width:230px; height:460px; padding:0}
.jcarousel-skin-tango .jcarousel-clip-vertical{width:230px; height:415px; margin:30px 0 0}
.jcarousel-skin-tango .jcarousel-item{width:124px; height:95px}
.jcarousel-skin-tango .jcarousel-item-vertical{margin-bottom:0px}
.jcarousel-skin-tango .jcarousel-item-placeholder{background:#fff; color:#000}
/*.jcarousel-skin-tango .jcarousel-next-vertical{position:absolute; bottom:20px; left:98px; width:25px; height:13px; cursor:pointer; background:url(../images/down_arrow.png) no-repeat}
.jcarousel-skin-tango .jcarousel-prev-vertical{position:absolute; top:-20px; left:98px; width:25px; height:13px; cursor:pointer; background:url(../images/top_arrow.png) no-repeat}*/
.jcarousel-skin-tango .jcarousel-next-vertical
{
	position:absolute; bottom:20px; 
	left:0;
	 width:212px;
	  height:13px;
	   cursor:pointer; 
	   background:url(../images/down_arrow.png)  no-repeat scroll center top transparent;
}
.jcarousel-skin-tango .jcarousel-prev-vertical{
background: url("../images/top_arrow.png") no-repeat scroll center top transparent;
    cursor: pointer;
    height: 13px;
    left: 0;
    position: absolute;
    top: -20px;
    width: 212px;
}