div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 986px; 
	height: 155px;
	overflow: hidden;
	/*border:1px solid #cccccc;*/
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 986px; 
	height: 155px;
		overflow:hidden;
		float:left;
		/*padding:1em;	*/	
		}
	div.scroller div.content {
		
		}

	div#section2 {
		/*background:#ffffff;
		color:#666666;*/
		}

div#annonces {
		background:#ffffff;
		color:#666666;
		border:1px solid #cccccc;
		}
div#publicite {
		background:#ffffff;
		color:#666666;
		border:1px solid #cccccc;
		height: 200px;
		}
		div#annuairetunisie {
		background:#ffffff;
		color:#666666;
		border:1px solid #cccccc;
		height: 400px;
		}
