$(document).ready(function() {
	$('#shuffle').cycle({
	fx: 'fade',
	pause: 1,
	cleartype: true,
	cleartypeNoBg: true,
	timeout: 5000
	});
});

jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});

$(document).ready(function() 
{
$('#palette img[alt]').qtip({ 

style: { 
	width: 90,
	padding: 4,
	background: '#000000',
	color: '#ffffff',
	fontSize: '11px',
	textAlign: 'center',
	border: {
		width: 1,
		radius: 4,
		color: '#000000'
	},
	tip: 'bottomLeft',
	name: 'dark' 
   },

position: {
	corner: {
		target: 'topMiddle',
		tooltip: 'bottomLeft'
		}
   	}

})
});

$(document).ready(function() {
	$("a.zoom").fancybox();
});