// JavaScript Document
$(document).ready(function(){

 	$(function() {
		$('#s1 a').lightBox({fixedNavigation:true});
		});
 

	

});
