0 items » view cart

Press

$(document).ready(function(){
var fadeSpeed = 1000;
var $slideshow = $('#s2');
$slideshow.find(':first-child').on('load',function(){
$(this).fadeIn(fadeSpeed, function(){
$slideshow.cycle({
fx: 'fade',
speed: fadeSpeed,
timeout: 5000,
pause: true
});
});
});
});

Powered by Big Cartel