div.scroller {
	width: 800px;
	height: 470px;
	overflow: hidden;
	font-size: 10px;
	}
	div.scroller div.section {
	width:800px;
	height:470px;
	overflow:hidden;
	float:left;
	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: #333333;
	width: 70px;
}
#anterior {
	vertical-align: middle;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	width: 70px;
}
.controls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	text-align: center;
	letter-spacing: 1px;
	height: 30px;
}

