div.scroller {
	width: 800px;
	height: 450px;
	overflow: hidden;
	font-size: 10px;
	}
	div.scroller div.section {
	width:800px;
	height:450px;
	overflow:hidden;
	float:left;
	padding:1em;
	font-size: 10px;
		}
	div.scroller div.content {
	width: 10000px;
	font-size: 10px;
		}
#siguiente {
	vertical-align: middle;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	width: 70px;
}
#anterior {
	vertical-align: middle;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	width: 70px;
}
