// device design co global scripts by 406 media

//clear and re-populate search bar

var nav_about = new Image();
nav_about.src = "http://devicedesignco.com/wp-content/themes/device/images/nav-about-hover.png";

var nav_collections = new Image();
nav_collections.src = "http://devicedesignco.com/wp-content/themes/device/images/nav-collections-hover.png";

var nav_contact = new Image();
nav_contact.src = "http://devicedesignco.com/wp-content/themes/device/images/nav-contact-hover.png";

var nav_events = new Image();
nav_events.src = "http://devicedesignco.com/wp-content/themes/device/images/nav-events-hover.png";

var nav_stores = new Image();
nav_stores.src = "http://devicedesignco.com/wp-content/themes/device/images/nav-stores-hover.png";

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

jQuery(document).ready(function() {
	jQuery('#slideshow').cycle({timeout:6000,delay: -3000})
});

jQuery(document).ready(function() {
	jQuery('input#mailinglist').one('focus', function() {
		jQuery(this).val("");					  
	});
});
