$(function() {
	
	$('ul.sf-menu').bgiframe();
	
	if($('#slideshow.play').length) $('#slideshow').cycle();
	
	// if($('a.primary-image').length) $('a.primary-image').attr('rel','product-gallery');
	
	if ($('form#request-info').length) {
		$('form#request-info').validate();
	}
	
});