



//   1. jQuery(document).ready(function($){  
//   2.   
//   3. var f = $.farbtastic('#picker');  
//   4. var p = $('#picker').css('opacity', 0.25);  
//   5. var selected;  
//   6.   
//   7. [Additional code removed for clarity]  
//   8.   
//   9. };  
   
//$(document).ready(function(){ 
jQuery(document).ready(function($){  			   
		$('ul.sf-menu').superfish({ 
			delay:       1200,                             // one second delay on mouseout 
			animation:   {opacity:'show', height:'show'},  // fade-in and slide-down animation 
			speed:       'fast',                           // faster animation speed 
			autoArrows:  true,                             // disable generation of arrow mark-up 
			dropShadows: true                              // disable drop shadows 
		}); 
		$('img').addClass("thickbox");
		$('img').removeClass("attachment-thumbnail");

		$('ul#imagerotate').innerfade({
			animationtype: 'fade',
			speed: 'normal',
			timeout: 5000,
			type: 'random_start',
			containerheight: '165px'
		});
		$('ul#imagerotate').css({'display' : ''});
		
		DD_roundies.addRule('.ig-small-info-box, .ig-small-info-box-footer,  ig-h3', '5px');
		
	}); 