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

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
	top:45px;
	width:180px !important;
	height: 180px !important;
}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none !important;
    width: 90px !important;
    height: 90px !important;
	margin: 0 !important;
	padding: 0 !important;
}






/**
 * 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;
}





/* Skin */

/**
 *  Vertical Buttons
 */
.jcarousel-skin-valley .jcarousel-next-vertical,
.jcarousel-skin-valley .jcarousel-prev-vertical {
	position: absolute;
    left: 635px;
    width: 115px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-valley .jcarousel-next-vertical {
    top: 234px;
    background: transparent url(/images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-valley .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

.jcarousel-skin-valley .jcarousel-prev-vertical {
    background: transparent url(/images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-valley .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

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

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