Views_slideshow white background

jquery.cycle.all.min.js

replace:
var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}if(v&&v!="transparent"){return v;}}return"#ffffff";}$slides.each


with:
var rgb=v.match(/\d+/g);return"#"+hex(rgb[0])+hex(rgb[1])+hex(rgb[2]);}}}$slides.each

 

or (for complete background color remove):

var rgb=v.match(/\d+/g);}}}$slides.each