#main{
 float:left;
	width:350px;
}

#holder{
	/* The unordered list that is to be split into pages */

	width: 350px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding:0px;
}

.swControls{
position:relative;
}

a.swShowPage{

	/* The links that initiate the page slide */

	background-color:#444444;
	float:left;
	height:8px;
	margin:4px 3px;
	text-indent:-9999px;
	width:8px;
	/*border:1px solid #ccc;*/
	
	/* CSS3 rounded corners */
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#2993dd;

}

#holder li{
	list-style:none;
	margin:0;


}

#holder,
#holder li{
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}
.swPage .maintext a{ padding:0px; margin-top:10px;}
