
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* container for slides */
.images {
	/*position:relative;*/	
	height:200px;
	
	width:293px;
	float:left;
	cursor:pointer;
	
	background:transparent url(../../pictos_site_21/back_actualites.jpg) no-repeat left top;	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:7px;
	padding:29px 30px 15px 12px;
	height:156px;
	font-size:12px;
	text-align:left;
font: normal 11px Arial;
color:#333333;
line-height:13px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	/*margin-left:330px;*/
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */

#placement-left-right{
float: right;
width: 35px;
}

.forward, .backward {
	float:left;
	margin-top:0px;
	background:#fff url(../../pictos_site_21/hori_large.jpg) no-repeat;
	display:block;
	width:14px;
	height:14px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;
}

/* next */
.forward {
background-position: 0 -14px; 
clear:right;
margin: 0 0 0 3px;
}

.forward:hover { 
background-position:-14px -14px; 
}

.forward:active { 
background-position:-28px -14px; 
} 


/* prev */
.backward {
margin: 0 3px 0 0;
}
.backward:hover  		{ background-position:-14px 0; }
.backward:active  	{ background-position:-28px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}


