#projets{
clear: both;
width:510px;
margin:0 auto;
text-align:center;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 460px;
/*height: 180px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	height: 180px;
	left: 0;
	top: 0;
	width: 460px;
	float: left;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px; /*margin around each panel*/
width:400px;/*width: 4450px; Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
ul .panelimg{
	/*border:7px solid #FFFFFF;*/
	
}
ul.panel_desc{
padding-top:30px;
background:#ebe1cf;
}
#mygallery{
margin:0 auto;

}
a#caroussel_droite{
	float:right;
	display:block;
	width:30px;
	height:29px;
	margin-top:-90px;
	background-image: url(../images/next_button.gif);
	background-position: left top;
}
#caroussel_droite span{
display:none;
}
#caroussel_gauche span{
display:none;
}
a:hover#caroussel_droite{
	background-position: left bottom;
}
a#caroussel_gauche{
	background-image: url(../images/previoust_button.gif);
	width:30px;
	height:29px;
	display:block;
	float:left;
	margin-top:-90px;
	background-position: left top;
}
a:hover#caroussel_gauche{
	background-position: left bottom;
}
ul.belt li.panel ul.panel_desc{
padding-left:5px;
}
ul.belt li.panel ul.panel_desc li.role{
float:right;
width:100px;
margin-top:-55px;
}
ul.roles{
margin-top:-90px;
margin-left:-340px;
position:relative;
background:url("detail_folio.png"/*tpa=http://www.juliendassonval.fr/images/detail_folio.png*/);
width:430px;
height:40px;
color:#FFFFFF;
padding:5px;
display:none;
}
