#containertabula {
	width: 800px;
	height: 350px;
	position: relative;
	border-top: 5px solid #999;
	border-bottom: 5px solid #999;
	left: 93px;
	top: 3px;
}
.jFlowSlideContainer a {
	color: #F90;
	text-decoration: none;
	font-style: italic;
}
.jFlowSlideContainer a:hover {
	text-decoration: none;
	border-bottom: 1px dotted white;
}
.jFlowSlideContainer a:focus {
	position: relative;
	top: 1px;
}
.jFlowNext div {
	background:url("../images/arrows.png") no-repeat scroll 0 -35px transparent;
	height:130px;
	position:absolute;
	top:110px;
	right: -50px;
	width:50px;
	cursor:pointer;
}
.jFlowPrev div {
	background:url("../images/arrows.png") no-repeat scroll -84px -35px transparent;
	height:130px;
	position:absolute;
	top:110px;
	left: -50px;
	width:50px;
	cursor:pointer;
}
.jFlowPrev div:hover {
	background-position: -84px -235px;
}
.jFlowNext div:hover {
	background-position: 0px -235px;
}
