*{
	/* Universal page reset */
	margin:0;
	padding:0;
}

#quotesmain{
	/* The main container div */
	position:relative; 
	width:auto; 
	border-style: none; }

#quotesholder{
	/* The unordered list that is to be split into pages */

	width:640px; overflow:hidden; position:relative; margin-left: 16px; padding-bottom:0; }

.swControls{ position:absolute; bottom: 10px; margin: 0; }

a.swShowPage{

	/* The links that initiate the page slide */

	background-color:#f4d027;
	float:left;
	height:10px;
	margin:2px 0 2px 3px;
	text-indent:-9999px;
	width:10px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#ee2e24;
}

#quotesholder li{
	list-style:none;
	margin:0;
	padding:0;
	float:left;

}

#quotesholder,
#quotesholder li{
	/* Applying rouded corners to both the holder and the holder lis */
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}