/** 
 * Slideshow style rules.
 */
#slideshow {
width:535px;
/*background:transparent url(img/diapo-actu/bg_slideshow.jpg) no-repeat 0 0;*/
position:relative;}

#slideshow #slidesContainer {
width:535px;
height:135px;
overflow:auto; /* affiche une scrollbar au cas ou */
position:relative;}

#slideshow #slidesContainer .slide {
margin:0 auto;
width:535px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
height:135px;}

/** 
 * Slideshow controls style rules.
 */
.control {
display:block;
width:28px;
height:26px;
text-indent:-10000px;
position:absolute;
cursor: pointer;}

#navDiapo{
display:block;
width:20px;
height:20px;
position:absolute;
right:25px;
bottom:10px;
cursor:pointer;}
	
#leftControl {
top:55px;
left:-31px;
background:transparent url(img/diapo-actu/control_left.png) no-repeat 0 0;
z-index:1;}

#rightControl {
  top:55px;
  right:-14px;
  background:transparent url(img/diapo-actu/control_right.png) no-repeat 0 0;
  z-index:1;
}

/** 
 * Style rules for Demo page
 */


.slide img {
  float:right;
}


/***********
 * Admin
 * ****************/
.ajoutSlide{
	display:block;
	background-image:url('img/diapo-actu/ajoute_slider.png');
	width:119px;
	height:22px;
	text-indent:-9999px;
	outline:none;
}
.admin{
	background-image:none;
}

.admin #pageContainer{
	width:80%;
	margin:auto;
}

.miniature{
	height:50px;
	clear:left;
	display:block;
	position:relative;
	left:80px;
	height:60px;
	padding:3px;
	margin:3px 0px 3px 0px;
	background-color:#555;
}
.supprimer{
	background: transparent url('img/diapo-actu/btn_suppr.png') no-repeat;
	width:14px;
	height:15px;
	display:block;
	text-indent:-9999px;
	outline:none;
	float:right;
}
