﻿	#photogallery ul, #photogallery li,
	#photogallery ul, #photogallery li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#photogallery li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:410px;
		height:308px;
		overflow:hidden;	    	
		}
		
	/* numeric controls */	

	#photogallery{border:solid 1px #339999; display:none;}
	
	ol#controls{
		margin:1em 0;
		padding:0;
		/*height:28px;	*/
		}
	ol#controls li{
		margin:0 8px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #339999;
		background:#339999;
		color:#fff;
		padding:0;
		text-align:center;
	    vertical-align:middle;	
		width:20px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#9AD1D1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}