jQuery(document).ready(
  function(){
    
    jQuery('ul.rotate').innerfade({
    	speed: 1000,
    	timeout: 5000,
    	type: 'sequence',
    	containerheight: '218px',
    	containerwidth: '643px'
    });
		jQuery('#content img').parent().addClass('thickbox');
		jQuery('#content img').parent().attr('rel','thickbox[set=1]');
});

