
/* Centre the holder */

#ilist_images {
	margin-left: auto;
	margin-right: auto; 
	text-align: center; }

/* iList Nav Holder div */
.nav_il_horizontal {
	height: 50px;
	width: 100%; 
	background: none; }

/* List */ 
.nav_il_horizontal ul {
	list-style: none; }
	
/* List Item */ 
.nav_il_horizontal ul li {	
	margin-left: 10px;
	list-style: none;
	display: inline;
	background: none;
	list-style-image: none;  }

/* Disabled Item */
.nav_il_horizontal ul li.disabled { 
	color: #ccc; }


