.ajaxScroll .jcarousel-container-vertical {width:445px; height:auto;}
.ajaxScroll .jcarousel-clip-vertical {width:445px; height:285px;}
.ajaxScroll .jcarousel-item {width:445px; height:auto;}
.ajaxScroll .jcarousel-item-vertical {margin-bottom: 7px;}

.ajaxScroll .jcarousel-next-vertical {position: absolute; bottom: 8px; left: 23px; width: 18px;height: 9px;cursor: pointer;background:transparent url(../img/arrow-down.gif) 0 -9px no-repeat;}
.ajaxScroll .jcarousel-next-vertical:hover {background-position: 0 0}
.ajaxScroll .jcarousel-next-vertical:active {background-position: 0 -27px;}
.ajaxScroll .jcarousel-next-disabled-vertical,
.ajaxScroll .jcarousel-next-disabled-vertical:hover,
.ajaxScroll .jcarousel-next-disabled-vertical:active {cursor: default; background-position: 0 -18px;}

.ajaxScroll .jcarousel-prev-vertical {position: absolute;bottom: 9px;left: 0px;width: 18px;height: 9px;cursor: pointer;background:transparent url(../img/arrow-up.gif) 0 -9px no-repeat;}
.ajaxScroll .jcarousel-prev-vertical:hover {background-position: 0 -18px}
.ajaxScroll .jcarousel-prev-vertical:active {background-position: 0 -27px;}
.ajaxScroll .jcarousel-prev-disabled-vertical,
.ajaxScroll .jcarousel-prev-disabled-vertical:hover,
.ajaxScroll .jcarousel-prev-disabled-vertical:active {cursor: default; background-position: 0 0px;}

