$(document).ready(function() { if ($.fn.cssoriginal!=undefined) $.fn.css = $.fn.cssoriginal; /*-------------------------------------------------*/ $('.fullwidthbanner').each(function() { $(this).revolution({ delay : 10000, startwidth : 1090, startheight : 492, onhoverstop : "on", thumbwidth : 100, thumbheight : 50, thumbamount : 3, hidethumbs : 0, navigationtype : "bullet", navigationarrows : "solo", navigationstyle : "round", navigationhalign : "center", navigationvalign : "bottom", navigationhoffset : 0, navigationvoffset : 20, soloarrowlefthalign : "left", soloarrowleftvalign : "center", soloarrowlefthoffset : 20, soloarrowleftvoffset : 0, soloarrowrighthalign : "right", soloarrowrightvalign : "center", soloarrowrighthoffset : 20, soloarrowrightvoffset : 0, touchenabled : "on", stopatslide : -1, stopafterloops : -1, hidecaptionatlimit : 0, hideallcaptionatlilmit : 0, hideslideratlimit : 0, fullwidth : "on", shadow :0, }); }); /*-------------------------------------------------*/ $('.b-switch').on('click', function() { $('.tp-rightarrow').trigger('click'); }); });