.jDiaporama{
	position:relative;
	padding-bottom: 50px;
}

.jDiaporama ul{
	-moz-box-shadow:1px 1px 0.5em #222;
	overflow:hidden;
	padding: 0
}

.jDiaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute
}

.jDiaporama li img{
	display:block
}

/*.jDiaporama li .desc{
	position:static;
	top : 0 px; right: 0;
	display:none;
	margin:0;
	color:;
	font-size:15 px;
	font-style : italic ;
	font-weight : bold ;
	font-family: Times;
	padding:5px;
	background: url(/padimage) repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/padimage',sizingMethod='scale');  _background-image:none;
	width:100%;
	height:30px
}*/

.jDiaporama li .title{
	position:absolute;
	top : 0  ; left: ;
	display:none;
	margin:0;
	color:#fff;
	font-size:20px;
	font-family: Times;
	padding:5px;
}

.jDiaporama li .count{
	position:absolute;
	top: 0; right: 0;
	display:none;
	margin:0;
	color:#fff;
	font-size:12px;
	font-family: Times;
	padding:5px;
}

.diaporama_controls{
    width:512px;
    margin:3px 0;
    padding:5px;
    clear:both;
    overflow:hidden;
}
 
.diaporama_controls .btns{
    float:left;
}
 
.diaporama_controls a{
    font-weight:normal;
    width:10px;
    height:13px;
    text-indent:-9999px;
    display:inline-block;
    margin:0 3px;
}
 
.diaporama_controls .prev{
    background:url(/img/fleches_diapo.png) no-repeat top right;
}
 
.diaporama_controls .next{
    background:url(/img/fleches_diapo.png) no-repeat top left;
}
 
.diaporama_controls .pause{
    background:url(/img/fleches_diapo.png) no-repeat bottom right;
}
 
.diaporama_controls .play{
    background:url(/img/fleches_diapo.png) no-repeat bottom left;
}


