﻿jQuery(document).ready(function () {

    jQuery("select.thin-90").sexyCombo({ skin: 'thin-90', activecombo: false });
    jQuery("select.regular-68").sexyCombo({ skin: 'regular-68', activecombo: false, unlistFirstItem: false });
    jQuery("select.regular-reference").sexyCombo({ skin: 'regular-reference', activecombo: false, unlistFirstItem: false });


});


