
	
	#slider ul, #slider li{
		padding:0;
		list-style: none;
		list-style-type:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:520px;
		/width:523px;
		height:275px;
		overflow:hidden; 
		}	
#diapo ul, #diapo li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#diapo li{
	width:556px;
	height:506px;
	overflow:hidden;
		}
		
			ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #ccc;
		background:#fff;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background: #FC0;
		color:#468ebe;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}