var OPG = (function(){ // OPG stands for OnePress Gallery
	return{
		item: {},
		account: {}
	}
})();

jQuery(document).ready(init_gallery);

function init_gallery(){
	document.getElementById('content').style.paddingBottom = document.getElementById('footer').offsetHeight + 'px';
	// var num_items = OPCart.getCookie('cart_items');
	//  	num_items = !isNaN(parseInt(num_items)) ? num_items : 0;
	// jQuery('#op_cart_count').html('('+num_items+')');	
}