$(function() { 
    $('#slideshow').cycle();

    /* IE 6 hack for no support of background-position on PNG fix */
    if ($.browser.msie && $.browser.version < 7) {
		$('#content').append('<img src="/media/photo-pour.png" id="photo-pour" width="515" height="479" alt="Pour">');
	}
});
