.present-galerie{
position:relative;
z-index:0;
top:0;
}
.slider-box{position:relative;
top:20px;
left:18px;}
/* container for slides */
.images {
	background:#fff url(/Slideshow_tabs/h3.png) repeat-x;
	border:1px solid #EA1F0D;
	position:relative;	
	left:10px;
	/left:-21px;
	left/*\**/:-21px\9;
	top:-30px;
	height:220px;
	z-index:1;
	width:245px;
	
	cursor:pointer;
	
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	/*-moz-box-shadow:0 0 25px #666;
	-webkit-box-shadow:0 0 25px #666;	*/
}

/* single slide */
.images div {
	display:none;
	position:relative;
	top:0;
	left:0;		
	margin:7px;
	padding:19px 30px 5px 15px;
	height:190px;
	font-size:12px;
}

/* header */
.images h3 {
	font-size:14px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}
.images img{
max-width:200px;

}

/* tabs (those little circles below slides) */
.slidetabs {
	position:relative;
	top:-30px;
	left:98px;
	/left:0px;
	left/*\**/:0px\9;
	width:105px;
	height:10px;
z-index:3;	

}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/Slideshow_tabs/navigato.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.slide-navig{
	position:relative;
top:-6px;
left:95px;
z-index:5;

		cursor:pointer;

	
}

	
 .backward 	{display: table-cell;
 width:22px;
 height:22px;
 	background:url(/Slideshow_tabs/prev-2.png) no-repeat;
	 background-position: left bottom;
	}
.forward 	{display: table-cell;
 width:22px;
 height:22px;
 	background:url(/Slideshow_tabs/next-2.png) no-repeat;
	 background-position:left bottom;
	}
/* next */

.forward:hover 		{ background-position:left top; }



/* prev */
.backward:hover  		{ background-position:left top; }

/*stop et marche*/
.stopward 	{display: table-cell;
 width:17px;
 height:22px;
 	background:url(/Slideshow_tabs/pause-2.png) no-repeat;
	 background-position: left bottom;
	}
	.stopward:hover 		{ background-position:left top; }
	
.playward	{display: table-cell;
 width:17px;
 height:22px;
 	background:url(/Slideshow_tabs/play-2.png) no-repeat;
	 background-position: left bottom;
	}
	.playward:hover 		{ background-position:left top; }	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}
/*boutons marche/arręt*/
.buttons {
float:left;
width:115px;
margin-left:20px;
margin-bottom:20px;
}
.buttons button{
text-align:center;
vertical-align:middle;
height:18px;
font-size:11px;}
