jQuery.noConflict();
jQuery(document).ready(function() {
	jQuery('select').selectbox({debug: false});
});
