div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	height:285px;
	margin:0 0 0 20px;
	overflow:hidden;
	width:561px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 561px; 
		height: 285px;
		overflow:hidden;
		float:left;
		padding:1em;

		}
	div.scroller div.content {
		width: 564px;
		}

	div#section2 {
		color:#ffffff;
		}

.controls{
		float:right;
		margin:5px 0 0 31px;
	}
#section1{
	background:url(../images/fondo_trans.png)  center top no-repeat;

	}
#section2{
	background:url(../images/fondo_trans.png) center  top no-repeat;

	}
#section3{
	background:url(../images/fondo_trans.png) center  top no-repeat;

	}
#section4{
	background:url(../images/fondo_trans.png) center top no-repeat;


	}
#section5{
	background:url(../images/fondo_trans.png) center top no-repeat;


	}
#section6{
	background:url(../images/fondo_trans.png) center top no-repeat;


	}
#section7{
	background:url(../images/fondo_trans.png) center top no-repeat;


	}
#section8{
	background:url(../images/fondo_trans.png) center top no-repeat;

	}
#section9{
	background:url(../images/fondo_trans.png) center top no-repeat;


	}
