$(document).ready(function(){
    $("#splash").css({
        width: (parseInt($("#viewport img").length) * 960) + "px"
    })
});
