.vtem_carousel_item .vtem_title{font-weight:bold; text-transform:uppercase; text-align:center !important;}
.vtem_carousel_item .jcarousel-item-horizontal {
    margin-right: 10px;
}

.vtem_carousel_item .jcarousel-item-vertical {
    margin-bottom: 10px;
	display:block;
	width:100%;
}

.vtem_carousel_item .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.vtem_carousel_item .jcarousel-next-horizontal {
    position: absolute;
    top: 42%;
    right:0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.vtem_carousel_item .jcarousel-next-horizontal:hover,.vtem_carousel_item .jcarousel-next-horizontal:active {
    background-position:0 -40px;
}
.vtem_carousel_item .jcarousel-next-disabled-horizontal,
.vtem_carousel_item .jcarousel-next-disabled-horizontal:hover,
.vtem_carousel_item .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position:0 -80px;
}

.vtem_carousel_item .jcarousel-prev-horizontal {
    position: absolute;
    top:42%;
    left:0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.vtem_carousel_item .jcarousel-prev-horizontal:hover,.vtem_carousel_item .jcarousel-prev-horizontal:active {
    background-position:0 -40px;
}

.vtem_carousel_item .jcarousel-prev-disabled-horizontal,
.vtem_carousel_item .jcarousel-prev-disabled-horizontal:hover,
.vtem_carousel_item .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position:0 -80px;
}

/**
 *  Vertical Buttons
 */
.jcarousel-list-vertical{
display:block;
text-align:center;
}
.vtem_carousel_item .jcarousel-next-vertical {
    position: absolute;
    bottom:0;
    left: 42%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.vtem_carousel_item .jcarousel-next-vertical:hover,
.vtem_carousel_item .jcarousel-next-vertical:active {
    background-position:-40px 0;
}

.vtem_carousel_item .jcarousel-next-disabled-vertical,
.vtem_carousel_item .jcarousel-next-disabled-vertical:hover,
.vtem_carousel_item .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position:0 0;
}

.vtem_carousel_item .jcarousel-prev-vertical {
    position: absolute;
    top:0;
    left: 42%;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.vtem_carousel_item .jcarousel-prev-vertical:hover,
.vtem_carousel_item .jcarousel-prev-vertical:active {
    background-position:-40px 0;
}

.vtem_carousel_item .jcarousel-prev-disabled-vertical,
.vtem_carousel_item .jcarousel-prev-disabled-vertical:hover,
.vtem_carousel_item .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position:0 0;
}
