.rt-block.offerte h2 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #222222 !important;
	font-size: 28px;
	font-weight: 500;
	text-transform: none;
	height: 35px;
	line-height: 30px;
}
.caroufredsel_wrapper {
	margin: 0 11px !important;
	height: 205px !important;
}
.list_carousel {
	font-family: 'Ubuntu',sans-serif;
	font-size: 11px;
	font-weight: 300;
	height: 205px !important;
	text-transform: capitalize;
	overflow: hidden;
}
.list_carousel li {
	color: #fff;
	display: block;
	float: left;
	margin: 0 6px;
	padding: 0;
	text-align: center;
}
.list_carousel span {
	font-size:12px;
}


@media screen and (max-width: 600px) {
 .prev {
	 margin-top: 55%;
 }
 
 .next {
	  margin-top: 55%;
 }
 
 .in-caroufredsel
 {
	 width:200px !important;
	 margin-left: 2% !important;
 }
}


@media screen and (min-width: 600px) {
 .prev {
	 margin-top: 26%;
 }
 
 .next {
	   margin-top: 26%;
 }
}




.prev {
	background: url("../images/prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 240px;
    left: 0;
    position: absolute;
    top: 0;
    width: 23px;
   
	margin-left: -4px;
}
.next {
	background: url("../images/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 240px;
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
   
}

.lineleft {
  width: 1px; /* Line width */
      background-color: #ffffff; /* Line color */
     cursor: pointer;
   position: absolute;
    top: 0;
    width: 2px;
    margin-top: 70px;
}

.lineright {
   width: 1px; /* Line width */
      background-color: #ffffff; /* Line color */
	  cursor: pointer;
      position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    margin-top: 70px;
}

.timer {
	background-color: #999999;
	bottom: 0;
	height: 6px;
	position: absolute;
	width: 0;
}