$(document).ready(function(){
	$('#content .slideshow').cycle({
        speed:   1200,
        timeout: 4000
    });

	$('#auctionreel .list').cycle({
        speed:   2000,
        timeout: 6000,
		fx: 'scrollUp'
    });

	$('#auctionreel .list').css('height','355px');
});

