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

.controls{
	text-align: left;
	font-size: .8em;
	position: relative;top: -10px;
}

div#my-glider{
	margin-top: 30px; padding: 0;
}

.controls a{
	color: #000; padding-bottom: 5px; font-size: .8em; margin-right: 30px; font-weight: bold;
}

.controls a:hover{
	color: #999;
}

#sotto #sottosx #my-glider .scroller .content div#section1.section p{
	margin: 0px 0 0 0;padding: 0 0 0 0;
	height: 245px; font-size: .7em;
}

#sx{
	position: absolute; left: 50%; margin-left: -400px;top: 50%;  margin-top: -150px;
	font-size: .8em;color: #fff; z-index: 100000000000000000000000;width: 120px;
}

#dx{
	position: absolute; left: 50%; margin-left: 280px; top: 50%; margin-top: -150px;
	font-size: .8em;color: #fff;width: 120px;
}