
/* - customJS.js - */
jQuery(document).ready(function(){
	jQuery('.mySelectBoxClass').customStyle();
});

