/**
 * @author kchanto
 */
		$(document).ready(function(){
			 $("#photos").showcase({   
		     animation: { type: "fade", interval: 3500, stopOnHover: true }, 
			 width: "400px",  
		  	 height: "300px", 
		     navigator: { 
			 		item: { width: "64px", height: "48px" },  
		                  showMiniature: true,  
		                  autoHide: true,
						  position: "bottom-left"
						}  
		 	});
		});  