.jcarousel-skin-concerts-vedettes .jcarousel-container {
    float:left;
}

.jcarousel-skin-concerts-vedettes .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-container-vertical {
    width: 126px;
    height: 300px;
    padding: 32px 0 43px 0; 
}

.jcarousel-skin-concerts-vedettes .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-clip-vertical {
    width:  126px;
    height: 310px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-item {
    width: 126px;
    height: 59px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-item-selected, .jcarousel-skin-concerts-vedettes .jcarousel-item:hover {
    background: transparent url(selectedItem.png) no-repeat 0 0;
}

.jcarousel-skin-concerts-vedettes .jcarousel-item img {
    border: 1px solid #000000;
    width: 99px;
    height: 56px;    
}

.jcarousel-skin-concerts-vedettes .jcarousel-item-selected img, .jcarousel-skin-concerts-vedettes .jcarousel-item img:hover {
    border: 1px solid #125169;
}

.jcarousel-skin-concerts-vedettes .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-item-vertical {
    padding: 2px 0 1px 4px;  
}

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

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

.jcarousel-skin-concerts-vedettes .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-concerts-vedettes .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

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

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

.jcarousel-skin-concerts-vedettes .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-concerts-vedettes .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

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

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

.jcarousel-skin-concerts-vedettes .jcarousel-next-vertical:hover {
    background-position: 0 -40px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-next-vertical:active {
    background-position: 0 -80px;
}

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

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

.jcarousel-skin-concerts-vedettes .jcarousel-prev-vertical:hover {
    background-position: 0 -40px;
}

.jcarousel-skin-concerts-vedettes .jcarousel-prev-vertical:active {
    background-position: 0 -80px;
}

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