$(function () {
	$('#searchForm .submit').button();
	$('#rq_submit').button();
	$('#galleryDown:not(:has(ul))').css({display:'none'});
	$('#galleryFiles:not(:has(ul))').css({display:'none'});
	$('.requestSubmit').button({
		icons:{
			primary: 'ui-icon-cart'
		}
	});
	$("#galleryProduct a:first").click(function(event) {
		event.preventDefault();
		$("#galleryGeneral a:first").click();
	});
	$("a.requestSubmit").fancybox({
		'padding'	: 15,
		'type'		: 'iframe',
		'width'		: 680,
		'height'	: 510,
		'titleShow'	: false
	});

});
