.jcarousel-skin-webtrend .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-webtrend .jcarousel-container-horizontal {
    margin-left: 40px;
	width: 750px;
	padding: 0px;
	padding-left: 40px;
	padding-right: 60px;
}


.jcarousel-skin-webtrend .jcarousel-clip-horizontal {
   width:  750px;
   height: 100px;
}

.jcarousel-skin-webtrend .jcarousel-item {
    width: 96px;
    height: 96px;
	border: 2px solid #eee;
}

.jcarousel-skin-webtrend .jcarousel-item:hover {
    border: 2px solid #aaa;
}


.jcarousel-skin-webtrend .jcarousel-item-horizontal {
    margin-right: 30px;

}

.jcarousel-skin-webtrend .jcarousel-item-vertical {
    margin-bottom: 10px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-webtrend .jcarousel-next-horizontal {
    position: absolute;
    top: 53px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next.gif) no-repeat 0 0;
}

.jcarousel-skin-webtrend .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-webtrend .jcarousel-next-horizontal:active {
}

.jcarousel-skin-webtrend .jcarousel-next-disabled-horizontal,
.jcarousel-skin-webtrend .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-webtrend .jcarousel-next-disabled-horizontal:active {
    cursor: default;
}

.jcarousel-skin-webtrend .jcarousel-prev-horizontal {
    position: absolute;
    top: 53px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev.gif) no-repeat 0 0;
}

.jcarousel-skin-webtrend .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-webtrend .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-webtrend .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-webtrend .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-webtrend .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-webtrend .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

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

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

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

.jcarousel-skin-webtrend .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

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

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

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