0 items » view cart

Summer 13/14

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

#s2 a
{
display:none;
}

Prev  | Next
Powered by Big Cartel