Shadowbox.init({
	 overlayOpacity: '0.85'
	,troubleElements: ["select", "object", "embed"]
	,enableKeys: false
});

$('a[href^="http://youtube.com/"]').attr('rel','shadowbox;width=660;height=525');
$('a[href^="http://player.vimeo.com/"]').attr('rel','shadowbox;width=660;height=525');

$('form#subForm label[for]+input[type="text"],label[for]+input#discount_code')
.wrap('<div class=\"hover-wrap\" style=\"position:relative;float:left\"><\/div>')
.focus(function(){$(this).prev().hide();})
.blur(function(){if ( !this.value ) $(this).prev().show()})
.each(function(){$(this).before( $(this).parent().prev() );
if ( this.value ) $(this).prev().hide();});

