 .jcarousel-container {
	 float:left;
	 width:172px;
}
#mycarousel li { margin:0; width:172px; }

 .jcarousel-container-vertical {
    width: 172px;
    height: 360px;
    padding: 10px 0px;
}

 .jcarousel-clip-vertical {
    width: 172px;
    height: 360px;
}

 .jcarousel-item {
    width: 172px;
    height: 62px;
	padding:5px;
	border-top:1px solid #dedede;
}


 .jcarousel-item-vertical {
}

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


/**
 *  Vertical Buttons
 */
 .jcarousel-next-vertical {
    position: absolute;
    top: -20px;
    right: 0px;
    width: 19px;
    height:20px;
    cursor: pointer;
    background:url(../images/display-images/prev.gif) no-repeat 0 -20px;
}

 .jcarousel-next-vertical:hover {
    background-position: 0 -40px;
}

 .jcarousel-next-vertical:active {
    background-position: 0 0px;
}

 .jcarousel-next-disabled-vertical,
 .jcarousel-next-disabled-vertical:hover,
 .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 0px;
}

 .jcarousel-prev-vertical {
    position: absolute;
    top: -20px;
    right: 25px;
    width: 19px;
    height: 20px;
    cursor: pointer;
    background:url(../images/display-images/next.gif) no-repeat 0 -20px;
}

 .jcarousel-prev-vertical:hover {
    background-position: 0 -40px;
}

 .jcarousel-prev-vertical:active {
    background-position: 0 0px;
}

 .jcarousel-prev-disabled-vertical,
 .jcarousel-prev-disabled-vertical:hover,
 .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 0px;
}