div#my-glider{
	margin-top: 20px;
	
}
div.controls a{
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
	
}


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 635px; 
	min-height: 600px;
	overflow: hidden;
	border:1px solid #cccccc;
	background-color: #fff;
	overflow-y: scroll;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:635px;
		/*height:300px;*/
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 10000px;
		}



/*TAULES */

table.cercae {
	width: 90%;
	margin: 0 auto 1em auto;
}

table.cercae caption {
	font: bold 18px/3.5em Lucida Grande,"Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #000;
	text-align: left;
	margin: 5px;
	padding-left: 50px;
}

table.cercae thead th {
	font-family: Trebuchet MS, Arial, "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	text-align: left;
	padding: .5em;
}
table.cercae thead th.hora {width: 30%;}
table.cercae thead th.activitat {width: 69%;}

table.cercae tfoot td {
	font-family: Trebuchet MS, Arial, "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	text-align: left;
	padding: 1em 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
}
table.cercae tfoot td b {font-weight:bolder;}
table.cercae tbody td {
	font-family: Trebuchet MS, Arial, "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666;
	text-align: left;
	border-top: 1px solid #eee;
	padding: .25em .25em 0em 10px;
}
table.cercae tbody td span{margin:0;padding:0;line-height: 22px;}
table.cercae td.centrat {
	text-align: center;
}
