$(document).ready(function() {
		$("img.full").click(function() {$(".popup-cart").toggle("fast");});
		$(document).click(function() {$('.popup-cart').hide();});

		$("div#main_banner").cycle({
			fx: 'fade', //transition effects: shuffle, zoom, turnDown, curtainX
			timeout: 5000, //miliseconds between slide image change
			pause: 1,
			prev: '#previous',
			next: '#next'
		});

});
