// Selectbox style
$(document).ready(function() {
	$('#srchcategory').selectbox();
	$('#srchprice').selectbox();
	$('#srchquality').selectbox();		
});

