@import url("/css/externe/jquery/jquery.jcarousel.css");

.jcarousel-container {
}

.jcarousel-container-horizontal {
    width: 117px;
    padding: 8px 20px 0px 20px;
}

/*
.jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
*/

.jcarousel-clip-horizontal {
    width:  117px;
    height: 77px;
}

/*
.jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
*/

.jcarousel-list li, .jcarousel-item {
    width: 115px; 
    height: 77px;
		text-align:center;
}

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

/*
.jcarousel-item-vertical {
    margin-bottom: 10px;
}
*/

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

/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 15px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/images/constructions-neuves/widget_fleche_suivante.gif) no-repeat 0 0;
}


.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-image:none;
}

.jcarousel-prev-horizontal {
    position: absolute;
    top: 35px;
    left: 0px;
    width: 15px;
    height: 16px;
    cursor: pointer;
    background: transparent url(/images/constructions-neuves/widget_fleche_precedante.gif) no-repeat 0 0;
}


.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-image:none;;
}

/**
 *  Vertical Buttons
 */
 /*
.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-next-vertical:hover {
    background-position: 0 -32px;
}

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

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

.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-prev-vertical:hover {
    background-position: 0 -32px;
}

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

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