.jcarousel-container {
position:relative;
padding:0 0 29px 0;
}
.jcarousel-container-vertical {
height:200px;
margin:0;
}
.jcarousel-clip-vertical {
height:200px;
margin:0;
}
.jcarousel-item {
height:85px;
display:inline-block;
}
/*
.jcarousel-item-vertical {
}
*/
/**
 *  Vertical Buttons
 */
.jcarousel-next-vertical {
position: absolute;
bottom:7px;
left:25px;
width:9px;
height:9px;
cursor: pointer;
background:transparent url(../img/arrowNext.gif) no-repeat 0 0;
font-size:0;
}
.jcarousel-next-vertical:hover {
background-position: 0 -20px;
}

.jcarousel-next-vertical:active {
background-position: 0 -10px;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -10px;
}
.jcarousel-prev-vertical {
position: absolute;
bottom:7px;
left:39px;
width:9px;
height:9px;
cursor:pointer;
background:transparent url(../img/arrowPrev.gif) no-repeat 0 0;
font-size:0;
}

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

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

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


.jcarousel-clip {
z-index:2;
padding:0;
margin:0;
overflow:hidden;
position:relative;
}

.jcarousel-list {
z-index:1;
overflow:hidden;
position:relative;
top:0;
left:0;
margin:0;
padding:0;
}


/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
z-index:3;
display:none;
}
.jcarousel-prev {
z-index:3;
display:none;
}

