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

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
	overflow:hidden;
    position: relative;
}

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

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * 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;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 280px;
    height: 352px;
    padding: 0;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width: 280px;
    height: 352px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 280px;
    height: 110px;
	margin:0 0 1px 0;
}

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

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



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 33px;
    height: 7px;
    cursor: pointer;
   /* background: transparent url(../images/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:-20px;
    right: 0px;
    width: 33px;
    height: 7px;
    cursor: pointer;
   /* background: transparent url(../images/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;
}
#porteSlide
	{
	width:722px;
	height:380px;
	margin:22px 0 0 0;
	}
#slideshow-main {
	width:440px; 
	float:left;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:440px;
}

#slideshow-main li {
	width:440px; 
	height:352px; 
	display:none;
	position:relative;
}

#slideshow-main li.active {
	display:block!important;
	position:relative;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:none; /*cacher le text*/
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-carousel {
	float:left; 
	width:279px;
	position:relative;
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	/*height:88px; MB */
	height:69px;/* MB */ 
  	border-bottom: 1px solid #FFF;/* MB */
	position:relative;
	margin:0 0 1px 0;
}

#slideshow-carousel li .arrow 
	{
	left:0; 
	top:0; 
	position:absolute; 
	width:12px; 
	height:85px; 
	/*background:url(../images/arrow_white.png) no-repeat 0 0; */
	display:block;
	}

#slideshow-carousel li a 
	{
	display:block; 
	width:254px; 
	/*height:64px;*/
	height:60px;
	color:#000000;
	text-decoration:none;
	/*padding:12px 12px 12px 12px; MB*/
	padding:5px 12px 5px 12px;/* MB */ 
	background-color:none;
	background-color:#fafafa; 
	}

#slideshow-carousel li a.active
	{
	color:#ffffff; 
	}
	
#carousel h3
	{
/*	font-size :15px;       MB */
	font-size: 13px;/* MB */ 
	line-height:18px;
	}

#carousel span
	{
	/*font-size :9px;  MB*/
	
	font-size :11px;
	font-weight:normal;
	}
	
#slideshow-main div.lienImage
	{
	position:absolute;
	z-index:200;
	width:35px;
	height:41px;
	background-image:url(../images/arrow_big.png);
	bottom:156px;
	left:200px;
	text-decoration:none;
	cursor:pointer;
	}
		
#slideshow-main li
	{
		position:relative;
	}
	
/* DIVERS ELEMENTS MB*/

#detail-titre {	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 440px; 
	height: 100px; 
	color: #FFF;
	background:  url(../images/fond-noir-trans.png);
	/* moz-opacity:0.5;
	opacity: 0.7; 
	filter:alpha(opacity=50);  */
	font-family: Arial;
	display: none;
}
#detail-titre a  {	
	display: block; padding: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial;
}
#detail-titre h3:hover  {
	text-decoration: underline;
}
#detail-titre-deux {	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 440px; 
	height: 100px; 
	color: #FFF;
	background:  url(../images/fond-noir-trans.png);
	/* moz-opacity:0.5;
	opacity: 0.7; 
	filter:alpha(opacity=50);  */
	font-family: Arial;
	display: none;
}
#detail-titre-deux a  {	
	display: block; padding: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial;
}
#detail-titre-deux h3:hover  {
	text-decoration: underline;
}
#detail-titre-trois {	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 440px; 
	height: 100px; 
	color: #FFF;
	background:  url(../images/fond-noir-trans.png);
	/* moz-opacity:0.5;
	opacity: 0.7; 
	filter:alpha(opacity=50);  */
	font-family: Arial;
	display: none;
}
#detail-titre-trois a  {	
	display: block; padding: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial;
}
#detail-titre-trois h3:hover  {
	text-decoration: underline;
}
#detail-titre-quatre {	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 440px; 
	height: 100px; 
	color: #FFF;
	background:  url(../images/fond-noir-trans.png);
	/* moz-opacity:0.5;
	opacity: 0.7; 
	filter:alpha(opacity=50);  */
	font-family: Arial;
	display: none;
}
#detail-titre-quatre a  {	
	display: block; padding: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial;
}
#detail-titre-quatre h3:hover  {
	text-decoration: underline;
}
#detail-titre-cinq {	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 440px; 
	height: 100px; 
	color: #FFF;
	background:  url(../images/fond-noir-trans.png);
	/* moz-opacity:0.5;
	opacity: 0.7; 
	filter:alpha(opacity=50);  */
	font-family: Arial;
	display: none;
}
#detail-titre-cinq a  {	
	display: block; padding: 10px;
	color: white;
	text-decoration: none;
	font-family: Arial;
}
#detail-titre-cinq h3:hover  {
	text-decoration: underline;
}
#detail-titre-six {	
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 440px; 
	height: 100px; 
	color: #FFF;
	background-color: #efefef;
	font-family: Arial;
	border-bottom: 1px solid #efefef;
	border-top: 2px solid white;
	display: none;
}
#detail-titre-six a  {	
	display: block; padding: 10px;
	color: #666;
	text-decoration: none;
	font-family: Arial;
}
#detail-titre-six h3:hover  {
	text-decoration: underline;
}