/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

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

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

.jcarousel-next {
    z-index: 5;
	width:164px;
}

.jcarousel-prev {
    z-index: 5;
	width:164px;
}

.carousel .jcarousel-container {

}

.carousel .jcarousel-container-vertical {
    width: 164px;
    height: 710px;
    padding: 50px 0 0 0;
}

.carousel .jcarousel-clip-vertical {
    width:  164px;
    height: 660px;
}

.carousel .jcarousel-item {
    width: 164px;
    height: 164px;
}

.carousel .jcarousel-item-vertical {
    margin-bottom: 1px;
}

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

.carousel .jcarousel-next-vertical {
    position: absolute;
    top: 25px;
    left: 0px;
    cursor: pointer;
	width:164px;
	height:15px;
}

.carousel .jcarousel-next-vertical:hover {
}

.carousel .jcarousel-next-vertical:active {
}

.carousel .jcarousel-next-disabled-vertical,
.carousel .jcarousel-next-disabled-vertical:hover,
.carousel .jcarousel-next-disabled-vertical:active {
    cursor: default;
}

.carousel .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 0px;
    cursor: pointer;
	width:164px;
	height:15px;
}

.carousel .jcarousel-prev-vertical:hover {
}

.carousel .jcarousel-prev-vertical:active {
}

.carousel .jcarousel-prev-disabled-vertical,
.carousel .jcarousel-prev-disabled-vertical:hover,
.carousel .jcarousel-prev-disabled-vertical:active {
    cursor: default;
}
