jQuery(document).ready(function(){
	jQuery("input[type=file]").filestyle({ 
	     image: "/img/fotosoutez/bg-fs-choose-file.gif",
	     imageheight : 34,
	     imagewidth : 134,
	     width : 150
	 });
});

function selectSearch() {
    jQuery('#fs-tabs li').removeClass("ui-tabs-selected");
    jQuery("#fs-search-tab").addClass("ui-tabs-selected");
    jQuery('#searchForm').show();
    return false;
}

