*{
	/* Universal page reset */
	margin:0;
	padding:0;
}



#main{
	/* The main container div */
	position:relative;
	/*margin:50px auto;*/
	width:910px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 45px;	
	
	/* CSS3 rounded cornenrs 
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;*/
}

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

	width:900px;
	height:400px;
	overflow:hidden;
	position:relative;
	/*background:url('img/dark_bg.jpg') repeat #4e5355;
	padding-bottom:10px;

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

	-moz-box-shadow:0 0 10px #222 inset;*/
	/*-webkit-box-shadow:0 0 10px #222 inset;
	box-shadow:0 0 10px #222 inset;*/
}

.swControls{
	position:absolute;
	margin-top:10px;
	display:none!important;
}

a.swShowPage{

	/* The links that initiate the page slide */

	background-color:#444444;
	float:left;
	height:15px;
	margin:4px 3px;
	/*text-indent:-9999px;*/
	width:215px;
	/*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;
	
	/*	CSS3 inner shadow */
	
	-moz-box-shadow:0 0 7px #1e435d inset;
	/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
	box-shadow:0 0 7px #1e435d inset;
}

#holder li{
	background-color:transparent;
	list-style:none outside none;
	float:left;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 150%;	/* Regular CSS3 box shadows (not inset): 

	-moz-box-shadow:0 0 6px #111111;
	-webkit-box-shadow:0 0 6px #111111;
	box-shadow:0 0 6px #111111;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#holder,
#holder li{
	/* 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 */

