/*a:link {color:#006699; text-decoration:underline; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
/* Estilo General de los enlaces*/
/*a:visited {} /*Estilo General para los enlaces visitados*/
/*a:hover {} /*Estilo General para cuando el puntero pasa por encima.*/


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 620px; 
	height: 120px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:620px;
		height:120px;
		overflow:hidden;
		float:left;
		padding:10px 0 0 0;		
		}
	div.scroller div.content {
		width: 1500px;
		}

	div#section1 ,#section2, #section3, #section4 {
		background:#FFF;
		}

