// ************************************
// Devon Tiles ready() function
// Ed Rackham / Clockwork Marketing
// Thursday 21st Jan 2010
// ************************************
$(document).ready(function(){
	
	$('#srchCategory').msDropDown();
	$('#srchProductType').msDropDown();
	
	setTimeout(function(){$('.productSuccessMessage').fadeOut("slow");}, 3500);
	setTimeout(function(){$('.productErrorMessage').fadeOut("slow");}, 3500);
	setTimeout(function(){$('.productWarningMessage').fadeOut("slow");}, 3500);
	$('.cycle').cycle({fx: 'fade',timeout:6000,})
	
});
