jQuery.noConflict();
jQuery(document).ready(function(){
	
	/*jQuery('select#price option.buy').css('display','none');
	jQuery('select#price option.let').css('display','none'); */
	
	jQuery('select#buyPrice').css('display','none');
	jQuery('select#letPrice').css('display','none');
	
});
