#main{
	/* The main container div */
	position:relative;
	width:650px;
	left:-40px;
}
#holder{
	/* The unordered list that is to be split into pages */
	width:650px;
	overflow:hidden;
	position:relative;
}
.swControls{
	position:absolute;
	margin-top:40px;
	margin-left:40px;
}
a.swShowPage{
	/* The links that initiate the page slide */
	color:#666666;
	float:left;
	margin:0px 8px 0px 0px;
	text-decoration: none;
}
a.swShowPage:hover,
a.swShowPage.active{
	color: #000000;
	text-decoration: underline;
}
#holder li{
	list-style:none outside none;
	padding-right:40px; /*empurra o prox*/
	float:left;
}
.clear{
	/* This class clears the floated elements */
	clear:both;
}

