/**
 * Template designed by zen-cart-power.net* 
 * Power your Zen Cart!

 * @copyright Copyright 2008-2011 Newlement
 */
	$(document).ready(function() {

			$("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'
			});

//			$("#banner_area").hover(function() {
//			$("div#controls").fadeIn();
//			},
//			function() {
//				$("div#controls").fadeOut();
//			}); 
		});
