$(document).ready(function() {
	if ($('.styled-select').length)
		$('.styled-select').selectbox({debug: true});
}); 

