div.scroller {
	width: 610px;
	height: 80px;
	overflow: hidden;
	border:1px solid #cccccc;
	background-color: #FFFFFF;
	vertical-align: top;
	
	background-repeat: no-repeat;
	background-position: center center;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:610px;
		height:80px;
		overflow:hidden;
		float:left;
		padding:1em;		
		vertical-align: top;
		}
	div.scroller div.content {
		width: 10000px;
		vertical-align: top;
		}

	div#section2 {
		background:#FFFFFF;
		vertical-align: top;
		
		}
		
div.scroller_alto {
	width: 610px;
	height: 100px;
	overflow: hidden;
	border:1px solid #cccccc;
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url(../../imagenesiface/fondo_especiales.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	}
	div.scroller div.section_alto {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:610px;
		height:100px;
		overflow:hidden;
		float:left;
		padding:1em;		
		vertical-align: top;
		}
	div.scroller div.content_alto {
		width: 10000px;
		vertical-align: top;
		}

	div#section2 {
		background:#FFFFFF;
		vertical-align: top;
		
		}
