$( document ).ready(
	function()
	{
		jQuery( "#main-search select" ).selectBox( { selectBoxClass: "selectBox-blue", selectBoxWidth: 218, selectBoxRightPadding: 5 } );
		jQuery( 'input[type="radio"]' ).ezMark();
	}
);

