

#holder{
	/* The unordered list that is to be split into pages */
margin:0;
	padding:0;
	width:1000px;
	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:-5px;
}


a.swshowpage {
float: right;
width: 40px;
height: 35px;
position: relative;
padding: 8 0 2 17px;
font-size: 16x;
font-style: normal;
text-decoration: none;
margin-left: -15px;
background: url('/img/arrow_listing.png') no-repeat;
}


a.swShowPage:hover,
a.swShowPage.active{
background: url('/img/arrow_listing_active.png')  no-repeat;
	
	/*	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:#F4F4F4;
	list-style:none outside none;
	margin:10px 10px 0;
	padding:20px;
	float:left;

	/* Regular CSS3 box shadows (not inset): */

	
}
#holder,
#holder li{
	/* Applying rouded corners to both the holder and the holder lis */
	width: 95%;
	-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 */





