div#tela{
	height:300px;
	position:relative;
	z-index:100;
	width:400px;
	top: 40px;
	float: right;
	right: 74px;
}
div#tela div.corte{
	overflow:auto;
	position:absolute;
	width:400px;
	height:300px;
}
div#tela div.corte ul{
	width:99999px;
	position:absolute;
	top:0;
	left:0;
}
div#tela ul li{
	display:block;
	float:left;
	width:400px;
	position:relative;
	height:300px;
}
div#tela a.arrow{
	display:block;
	height:300px;
	width:70px;
	text-indent:-9999px;
	position:absolute;
	cursor:pointer;
}
div#tela a.forward{
	right:-70px;
}
div#tela a.back{
	left:-70px;
}
div#tela a.forward:hover{
	text-decoration:none;
}
div#tela a.back:hover{
	text-decoration:none;
}
