.equipo {
	/* The unordered list that is to be split into pages */

	width:550px;
	overflow:hidden;
	position:relative;
	padding-bottom:30px;

}

.swControls{
	position:absolute;
	margin-top:0px;
	left: 36px;
}

a.swShowPage{

	/* The links that initiate the page slide */

	background-color:#9E8751;
	float:left;
	height:17px;
	margin:4px 3px;
	color:#fff;
	width:17px;
	text-align: center;
	
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#745140;
	color:#fff;
	text-decoration:none;
}