(function(a){a.fn.dpg_side_scroll_gallery=function(c){dpg_side_scroll_gallery_settings=a.extend({width:1000,left_margin:0,right_margin:0,horizontal_spacing:20,fullscreen:false},c);this.each(function(){if(dpg_side_scroll_gallery_settings.fullscreen===true){a(this).css({width:"100%"});}else{a(this).css({width:dpg_side_scroll_gallery_settings.width,"overflow-x":"scroll","overflow-y":"hidden"});}a("li",this).css({display:"inline","float":"left","margin-left":Math.round(dpg_side_scroll_gallery_settings.horizontal_spacing/2),"margin-right":Math.round(dpg_side_scroll_gallery_settings.horizontal_spacing/2)});jQuery("li:first",this).css("margin-left",dpg_side_scroll_gallery_settings.left_margin);jQuery("li:last",this).css("margin-right",dpg_side_scroll_gallery_settings.right_margin);var e=a("li",this);var d=a("ul",this);b(e,d);jQuery(window).bind("resize",function(){b(e,d);});});function b(f,e){var d=0;f.each(function(){d+=a(this).outerWidth(true);});e.css("width",d);if(dpg_side_scroll_gallery_settings.fullscreen===true){a("body").css("width",d);}}};})(jQuery);
