#main{
	position:relative;
	width:520px;
}
#holder{
	/* The unordered list that is to be split into pages */

	width:720px;
	overflow:hidden;
	position:relative;
	padding-bottom:10px;

}

.swControls{
	/*position:absolute;*/
	margin-top:10px;
	width:526px;
}

.pagesTip{
	float:right;
	margin-top:3px;
	margin-left:3px;
}

a.swShowPage{
	display:inline-block;
	width: 25px;
	height: 25px;
	line-height:25px;
/*	background: #333;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	-webkit-border-radius: 40px;*/
	background-image:url(/National_Library/oe_/https://fixmobile.co.il/img/circle_gray.png);
	margin-left:5px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-image:url(/National_Library/oe_/https://fixmobile.co.il/img/circle_purple.png);
	/*	CSS3 inner shadow */
	
	
}
.swShowPage1{
	color:#fff;
	float:right;
	height:15px;
	margin:4px 3px;
	padding:0 0 0 0px;
	margin-top:0px;
	width:15px;
	text-align:center;
	text-decoration:none;
}

#holder li{
	list-style:none outside none;
	margin:10px 10px 0;
	padding:20px;
	float:right;
	

}

#holder,
#holder li{
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/* Applying rouded corners to both the holder and the holder lis */
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}
