#my-glider{
float:left;;
width:635px; /*para ien aplico tamaņo sino no finciona el flota left*/
}


div.scroller { 
	width: 635px; 
	height: 530px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	div.scroller div.section {
		width:635px;
		height:530px;
		overflow:hidden;
		float:left;
		padding:10px;		
		}
	div.scroller div.content {
		width: 10000px;
		}

    .section p{
	 width:365px;
	 max-width:365px;
	 
	} 
	 
	div#section1 {
		background:#fff;
		
		
		}
	div#section2 {
		background:#fff;
		
		}
	div#section3 {
		background:#fff;
		
		}
	div#section4 {
		background:#fff;
		
		}			

