/* common slider styles */

#slider ul, #slider li {	
	margin:0;
	padding:0;
	list-style:none;			
}

#slider {	
	width:85px;
	height:85px;
	margin-left:2px;
	*margin-left:2px;		
	visibility:hidden; 	
}

#slider li { 
	/* 
	define width and height of container element and list item (slide)
	list items must be the same size as the slider area
	*/ 	
	width:85px;
	height:85px;	
}		

/* common slider styles */
