// initialise plugins


jQuery(document).ready(function() {
	
	jQuery('ul.sf-menu').superfish();
	
    jQuery('#mycarousel').jcarousel();
    
    
    $('#rightcell .box').gradient({
		from:      '685E54',
		to:        '7B7368',
		direction: 'horizontal'
	});

});
