 
 

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

	width:670px;
	overflow:hidden;
	position:relative;
	 
	padding-bottom:10px;

	/*	CSS3 inner shadow (the webkit one is commeted, because Google Chrome
		does not like rounded corners combined with inset shadows): */
 
}

.swControls{
/*	<!--position:absolute;
	margin-top:10px;-->*/
	 
	 
}

a.swShowPage{

	/* The links that initiate the page slide */
	background:url(/js/pages/img/black_2.png);
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
	cursor:pointer;
	/*border:1px solid #ccc;*/
	
	/* CSS3 rounded corners */
	
}

a.swShowPage:hover,
a.swShowPage.active{
	background:url(/js/pages/img/golden_2.png);
	
	/*	CSS3 inner shadow */
	
	/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
}

#holder .static_pages{
	 
	 
	margin:10px 10px 0;
	padding:20px;
	float:left;

	 
 }

#holder,
#holder .static_pages{
	/* Applying rouded corners to both the holder and the holder lis */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}


/* The styles below are only necessary for the styling of the demo page */
 