.jcarousel-wrapper {
    margin: 15px auto;
    position: relative;
    /*border: 10px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 2px #999;
    -moz-box-shadow: 0 0 2px #999;
    box-shadow: 0 0 2px #999;*/

}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
	 border:1px solid #a6a6a6;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 266px;
	height:193px;
    float: left;
    text-align:center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
	background:#fff;
	overflow:hidden;
}

.jcarousel img {
    display: block;
    width: 60%;
	height:193px;
   /* height: auto !important;*/
	float:left;
}
div.slider-in {
  position:absolute;
  top:0;
  right:0;
  width:34%;
  height:150px;
  background:#fff;
   filter : alpha(opacity=80);
    opacity : 0.8;
  padding:20px;
  text-align:left;
  float:left;
  
}
#colonne_right .jcarousel {
  border:0 !important;
}
#colonne_right .jcarousel img {
 height: auto !important;
 width:40% !important;
 float:none;
 margin:0 auto;
 height:145px !important;
}
#colonne_right .jcarousel li {
    width: 270px;
	height:207px !important;
    float: left; 
	position:relative;
	
}
.i18n-ar #colonne_right .jcarousel li {
    width: 250px;
  
}
.panels-flexible-region-conteneur_block-center {
   /*background:url(../files/jpg/slide_bg.jpg) no-repeat bottom;*/
   padding-bottom:1px;
}
#colonne_right .jcarousel .titre-pub a {
   color: #000 !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
@media all and (max-width: 1024px) {
 .jcarousel li {
    width: 200px; 
	height:auto !important;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	position:relative;
}

.jcarousel img {
    display: block;
    width:100%;
 
   height: auto !important;
	float:none;
}
div.slider-in {
  position:static;
  float:none;
  width:90%;
}
}
div.slider-in a {
  color: #2F7049;
  text-decoration: none;
  margin-bottom:15px;
  font-size:14px;
  font-weight:bold;
  display:block;
}
.jcarousel .imag-pub {
   /*float:left;*/
   margin:0 0 10px 0; 
}
.jcarousel .imag-pub img {
  width:90px;
}
.jcarousel .titre-pub a { 
   margin-bottom:5px;
}
.jcarousel .titre-pub a {
   color: #0570A4; 
   text-decoration:none;
}
.jcarousel .description-pub {
  font-size:12px;
}
body.i18n-ar .jcarousel  {
    direction: rtl !important;
}
body.i18n-ar div.slider-in {
    text-align: right !important;
}
.carousel_right {
  padding:0 20px;
}
.carousel_right .plus,
.carousel_right .moin {
    position: absolute;
    top: 48%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    color: #0570A4;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #F0EFE7;
    -moz-box-shadow: 0 0 4px #F0EFE7;
    box-shadow: 0 0 4px #F0EFE7;
	border:1xp solid #666;
}
/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top:96px;
    /*margin-top: -15px;*/
    width: 25px;
    height:25px;
    text-align: center;
    background: #0f8cc5;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/20px Arial, sans-serif;
   -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
   
	 filter : alpha(opacity=60);
    opacity : 0.6;
	display:none;
	
}

.jcarousel-control-prev {
    left: 0;
}

.jcarousel-control-next {
    right:0;
}

.carousel_right > .plus {
    right: 15px !important;
}
.carousel_right >.moin  {
    left: 15px !important;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom:20px;
    right:20px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 0px;
    height: 12px;
    width: 12px;
    line-height: 12px;

    background: #0078a5;
    color: #4E443C;
    /*border-radius: 10px;*/
    text-indent: -9999px;

    margin-right: 7px;

/*
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;*/
}

.jcarousel-pagination a.active {
    background: #003b51;
    color: #fff;
    opacity: 1;
/*
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;*/
}
