.contentslide{ width: 700px;}
.contentslide .opacitylayer{ background: #FFF url(/images/base/sfondo_sched.gif) top repeat-x;filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity: 1;opacity: 1;filter: alpha(opacity = 100);float:left;position:relative;}
.contentslide .contentdiv{display: block;height: 200px;margin: 0 0 20 0px;border: 1px solid #CCCCCC;text-decoration: none;text-align: left;padding-right: 260px;padding-left: 10px;}

.contentdiv h1{color:#09C;text-decoration: none;text-align: left;}
.contentdiv h2{text-decoration: none;text-align: left;font-weight : normal;}
.contentdiv td{height:200px;vertical-align: middle;} 


.pagination{position:absolute;
	bottom:4px;
	right:4px;
block: none;
text-align: center;
border: 0px solid #333;
padding: 5 5 5 5px;
}
.pagination a{border: 1px solid #000; padding: 0 5px;text-decoration: none;color: #2e6ab1;background-color: white;font-size : 10px;color : #003366;}
.pagination a:hover{text-decoration: none;}
.pagination a.selected{color: #00000;background-color: #BDDDF2;font-size: 10px;font-weight: bold;color: #0088b5;text-decoration: none;}




/* CAPTION */
.ImgCaptDescBox{
	position:absolute;
	bottom:20px;
	right:1px;
	/* since it's positioned absolutely it will need a width, but not height,
       that would fill the entire box covering the image */
	width:30%;
}
.ImgCaptDescBg{
	background: #000;
	background-repeat:no-repeat;
	background-position: left bottom;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.ImgCaptDesc{
	padding:10px 10px 10px 40px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

	/* ----------------------------------------------------------------------------------------------- */

.ImgCaptDescBoxGratuit{
	position:absolute;
	top:0px;
	right:0px;
	height:70px;
	width:100%;
	background-image: url("/images/base/ImgCaptDescBoxGratuit.png");
	background-repeat:no-repeat;
	background-position: right top;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
	/* ----------------------------------------------------------------------------------------------- */

.ImgCaptDescBoxSatisfaction{
	position:absolute;
	top:0px;
	right:0px;
	height:200px;
	width:100%;
	background-image: url("/images/base/ImgCaptDescBoxSatisfaction.png");
	background-repeat:no-repeat;
	background-position: right top;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
