$(document).ready(function(){
	$('.az_select select').az_select(); // custom select box
	
	// for opencart v1.5.x
	$("#cart").hover(
	  function() {
		$('#cart > .heading a').trigger('click');
	  },
	  function() {
		$('#cart').removeClass('active');
	  }
	);  
});
