jQuery(document).ready(function(){

	jQuery('#slideshow').cycle({
	    cleartype: true,
	    cleartypeNoBg: true,
	    fx:     'scrollHorz', 
		pause:  1,
	    speed:  1000, 
	    timeout: 7000
	});

jQuery("a[rel='lightbox']").colorbox({transition:"elastic"});


	jQuery('#side-nav').accordion({
	selectedClass: 'selected',
	navigation: true,
	autoHeight: false,
	active: '.selected',
	alwaysOpen: false
	});


	jQuery('.go-back a').click(function() {
		javascript:history.back();
		return false;
	});

	jQuery('#search-form input, #mce-EMAIL').click(function() {
		jQuery(this).val('');
	});

	jQuery('#cart-note a').click(function() {
		jQuery('#note').toggleClass('hide').focus(); 
		return false;
	});

jQuery('select#by-brand').change(function() {
window.location = jQuery(this).val();
});


jQuery('#main-content h1').widowFix();


});
