/********** SLIDE 1 ACCUEIL **********/

.jcarousel-skin-tango .jcarousel-container {
	width:1020px; 
}

/* container SLIDE 1 accueil */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 1000px;
    padding: 20px 0px 0px 35px;
	/*border: thin solid red;*/
}
/*****************/
/* 15px 40px; */




/* container SLIDE 1 accueil */
.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height:380px;
	width:950px;
	/*border: thin solid grey;*/
}
/*****************/



/* ITEM SLIDE 1 accueil */
.jcarousel-skin-tango .jcarousel-item {
	width:223px;
	height:380px;
	/*padding-top: 20px;*/	/* important! IE */
}
/*****************/


.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 18px;
}

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

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

/**
 *  Horizontal Buttons
 */
 
/* NEXT */

.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 160px;
    right: 15px;
    width: 30px;
    height: 61px;
    cursor: pointer;
    /*background: transparent url(../images/flservices.gif) no-repeat 0 0;*/
	background: transparent url(images/green-right-arrow-slide.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    /*background-position: 0 -65px;*/
	background: transparent url(images/green-right-arrow_disabled.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    /*background-position: 0 -133px;*/
	background: transparent url(images/green-right-arrow_disabled.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: 0 -205px;*/
	background: transparent url(images/green-right-arrow_disabled.png) no-repeat 0 0;
}

/* PREV */

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 160px;
    left: 0px;
    width: 30px;
    height: 61px;
    cursor: pointer;
    /*background: transparent url(../images/flservices.gif) no-repeat -96px 0;*/
	background: transparent url(images/green-left-arrow-slide.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    /*background-position: -96px -65px;*/
	background: transparent url(images/green-left-arrow_disabled.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    /*background-position: -96px -133px;*/
	background: transparent url(images/green-left-arrow_disabled.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: -96px -205px;*/
	background: transparent url(images/green-left-arrow_disabled.png) no-repeat 0 0;
}






/********** SLIDE 2 ACCUEIL **********/

.jcarousel-skin-real {
	width: 495px;
	/*border: thin solid red;*/
}

.jcarousel-skin-real .jcarousel-container {
	width: 495px;
	/*border: thin solid green;*/
}

.jcarousel-skin-real .jcarousel-container-horizontal {
    width: 455px;
    padding: 20px 0px 0px 40px;
	/*border: thin solid blue;*/
}

.jcarousel-skin-real .jcarousel-clip-horizontal {
	width: 420px;
	height: 154px;
	/*border: thin solid yellow;*/
}

/* dimensions des images contenues */
.jcarousel-skin-real .jcarousel-item {
	width: 205px;
	height: 125px;
	overflow: hidden;
}

.jcarousel-skin-real .jcarousel-item-horizontal {
    margin-right: 15px;
}


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

/**
 *  Horizontal Buttons
 */
 
/**** NEXT ****/ 

.jcarousel-skin-real .jcarousel-next-horizontal {
    position: absolute;
	top: 60px;
	right: 10px;
	width: 21px;
	height: 37px;
	cursor: pointer;
    /*background: transparent url(../images/flworks.gif) no-repeat -88px 0;*/
	background: transparent url(images/orange-arrow-right-enabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-next-horizontal2 {
    position: absolute;
	top: 60px;
	right: -215px;
	width: 21px;
	height: 37px;
	cursor: pointer;
    /*background: transparent url(../images/flworks.gif) no-repeat -88px 0;*/
	background: transparent url(images/orange-arrow-right-enabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-next-horizontal:hover {
    /*background-position: -88px -27px;*/
	background: transparent url(images/orange-arrow-right-disabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-next-horizontal:active {
    /*background-position: -88px -59px;*/
    background: transparent url(images/orange-arrow-right-disabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-next-disabled-horizontal,
.jcarousel-skin-real .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-real .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    /*background-position: -88px -92px; */
	background: transparent url(images/orange-arrow-right-disabled.png) no-repeat 0 0;
}


/**** PREV ****/

.jcarousel-skin-real .jcarousel-prev-horizontal {
    position: absolute;
    top: 60px;
	left: 15px;
	width: 21px;
	height: 37px;
    cursor: pointer;
    /*background: transparent url(../images/flworks.gif) no-repeat 0px 0px;*/
	background: transparent url(images/orange-arrow-left-enabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-prev-horizontal:hover {
    /*background-position: 0px -27px;*/
	background: transparent url(images/orange-arrow-left-disabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-prev-horizontal:active {
    /*background-position: 0px -59px;*/
	background: transparent url(images/orange-arrow-left-disabled.png) no-repeat 0 0;
}

.jcarousel-skin-real .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-real .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-real .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    /*background-position: 0px -92px;*/
	background: transparent url(images/orange-arrow-left-disabled.png) no-repeat 0 0;
}




/*****************NON USE ***********************/


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

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


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

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

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

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

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

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




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

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

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

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

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

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

