div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 730px; 
	height: 350px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:700px;
		height:315px;
		overflow:hidden;
		float:left;
		padding:1em;
		text-align:left;		
		}
	div.scroller div.content {
		width: 19000px;
		}

div.controls{padding-top:20px;  float:right;}
		
		#my-glider{clear:both; margin: 0 auto; width:750px; padding-left:20px;padding-top:40px; height:350px;}
		#content-empresa{clear:both; margin: 0 auto; width:740px; padding-top:50px; height:auto}

