   $("document").ready(function(){
        var n = 0;
        $('.gallery-item').each(function(scroll){ n = n+310; });
				$('#gallery').css( "width", n);
			});
			$(function() {
							$('a:not(li a)').click(function(){
								window.open(this.href);
								return false;
							});
			});
