div.carousel_controls {
	position:absolute;
	right:0px;
	background-image: url(/fileadmin/templates/images/bg_controls.png);
	background-position: 0% 0%;
	background-repeat:repeat-y;
	height: 330px;
	width: 178px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

/*-- for slide buttons --*/

.slide_buttons li:hover {
	cursor: pointer;
}
.carousel_controls .button_selected {
	cursor: auto;
}
.slide_buttons li span {
	padding-top:4px; padding-left:10px; display:block;
}
.slide_buttons li {
	background-repeat: no-repeat;
	overflow: hidden;
	top: 0px;
}
ul.slide_buttons {
	padding: 0;
	margin:0;
}
ul.slide_buttons li {
	background-image: url(/fileadmin/templates/img/home-bt_01.gif);
	background-position: left top;
	display: block;
	list-style: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

ul.slide_buttons li a {
	display:block;
	width:178px;
	height:66px;
	color:#29281f;
}

ul.slide_buttons li a:hover {
color:#29281f; text-decoration:none
}

/*-- ajout intégration CERIMES--*/


.slide_buttons .slide_2{ background-position:left -66px; height:66px}
.slide_buttons .slide_3{ background-position:left -132px; height:66px}
.slide_buttons .slide_4{ background-position:left -198px; height:66px}
.slide_buttons .slide_5{ background-position:left bottom; height:66px}
.slide_buttons .slide_1.on{ background-position:right top; height:66px}
.slide_buttons .slide_2.on{ background-position:right -66px; height:66px}
.slide_buttons .slide_3.on{ background-position:right -132px; height:66px}
.slide_buttons .slide_4.on{ background-position:right -198px; height:66px}
.slide_buttons .slide_5.on{ background-position:right bottom; height:66px}


.slide_buttons .slide_1.on a{ color:#DFDBD0;}
.slide_buttons .slide_2.on a{ color:#DFDBD0;}
.slide_buttons .slide_3.on a{ color:#DFDBD0;}
.slide_buttons .slide_4.on a{ color:#DFDBD0;}
.slide_buttons .slide_5.on a{ color:#DFDBD0;}


div.player {
   width: 748px; /* important to be same as image width */
   height: 330px; /* important to be same as image height */
   position: relative;
   overflow: hidden;
   background-color:#ECE9E1;
}

div.player ul.imgs {
   width: 570px; /* important to be same as image width or wider */
   position: absolute;
   top: 0;
   margin-left: 0;
}

div.player ul.imgs li {
   float: left;
   position: relative;
}

div.player ul.imgs li ul {
   position: absolute;
   background-color:#f00;
   left: 0;
   bottom: 40px;
   width:570px;
   background-color: #000;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   font-size:0.9em;
   line-height:120%;
}

#content.twocolright div.player ul.imgs li ul li {
	display:block;
	clear:both;
	padding:0;
	padding-left:10px;width:550px;
}

#content.twocolright div.player ul.imgs li ul li.title {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	clear:both;
	padding:10px 0 10px 10px;
}

#content.twocolright div.player ul.imgs li ul li a{
	color:#fff;
	font-style:italic;
	display:block;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:10px;
	padding-left:15px;
	background:url(/fileadmin/templates/img/bg-a-player.gif) no-repeat left top;
}