.lien_voyant {
	font-size:10px;
	color:#fff;
	text-decoration:none;
	background-color:#333;
	padding: 3px 5px;
	margin: 2px;
	border: 0;
	-moz-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
}

.lien_voyant:hover {
	font-size:10px;
	color:#000;
	text-decoration:none;
	background-color:#ffe700;
	padding: 3px 5px;
	margin: 2px;
	border: 0;
	-moz-border-radius:3px;
	border-radius:3px;
	-khtml-border-radius:3px;
}

	#my-glider div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		width: 300px; 
		height: 165px;
		overflow: hidden;
		border:0;
		margin:0 0 10px 0;
		padding:0;
	}
	
	#my-glider div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:300px;
		height:165px;
		overflow:hidden;
		float:left;
		padding:0;
	}
	
	#my-glider div.scroller div.content {
		width: 300px;
	}
	
	#my-glidera div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		height: 600px;
		overflow: hidden;
		border:0;
		margin:0 0 10px 0;
		padding:0;
	}
	
	#my-glidera div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height:600px;
		overflow:hidden;
		float:left;
		padding:0;
	}
	
	#my-glidera div.scroller div.content {
	}