jQuery(document).ready(function() {

	/*
	*   Examples - images
	*/
	$("#logo01").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/greatgifts4guys.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#logo02").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/poker_central1.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo03").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/weboverstock-340-66.png',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo04").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/shophaven-city1.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo05").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/efbp1.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo06").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/az-superstore2.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo07").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/beancrazy.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo08").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/squiggle.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo09").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/millennium-miracle-technolo.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#logo10").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/oddyties2.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo11").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/wheretolook.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#logo12").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/logos/actual/chi-chan-fragrances.jpg',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });


	$("#luxury-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13.jpg',
			'title'   		: 'Luxury Template - Index Page',
			'alt'			: 'Luxury Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#luxury-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13.jpg',
			'title'   		: 'Luxury Template - Index Page',
			'alt'			: 'Luxury Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#luxury-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13-account.jpg',
			'title'   		: 'Luxury Template - Account Page',
			'alt'			: 'Luxury Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#luxury-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13-category.jpg',
			'title'   		: 'Luxury Template - Category Page',
			'alt'			: 'Luxury Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#luxury-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13-item.jpg',
			'title'   		: 'Luxury Template - Item Page',
			'alt'			: 'Luxury Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#luxury-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13-cart.jpg',
			'title'   		: 'Luxury Template - Cart Page',
			'alt'			: 'Luxury Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });





	$("#cellphone-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11.jpg',
			'title'   		: 'Cellphone Template - Index Page',
			'alt'			: 'Cellphone Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#cellphone-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11.jpg',
			'title'   		: 'Cellphone Template - Index Page',
			'alt'			: 'Cellphone Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#cellphone-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11-account.jpg',
			'title'   		: 'Cellphone Template - Account Page',
			'alt'			: 'Cellphone Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#cellphone-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11-category.jpg',
			'title'   		: 'Cellphone Template - Category Page',
			'alt'			: 'Cellphone Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#cellphone-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11-item.jpg',
			'title'   		: 'Cellphone Template - Item Page',
			'alt'			: 'Cellphone Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#cellphone-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11-cart.jpg',
			'title'   		: 'Cellphone Template - Cart Page',
			'alt'			: 'Cellphone Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#iMac-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/iMac/iMac.jpg',
			'title'   		: 'iMac Template - Index Page',
			'alt'			: 'iMac Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/iMac/iMac.jpg',
			'title'   		: 'iMac Template - Index Page',
			'alt'			: 'iMac Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#iMac-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/iMac/iMac-account.jpg',
			'title'   		: 'iMac Template - Account Page',
			'alt'			: 'iMac Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/iMac/iMac-category.jpg',
			'title'   		: 'iMac Template - Category Page',
			'alt'			: 'iMac Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/iMac/iMac-item.jpg',
			'title'   		: 'iMac Template - Item Page',
			'alt'			: 'iMac Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/iMac/iMac-cart.jpg',
			'title'   		: 'iMac Template - Cart Page',
			'alt'			: 'iMac Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#jewelry-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jewelry/jewelry.jpg',
			'title'   		: 'Jewelry Template - Index Page',
			'alt'			: 'Jewelry Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jewelry-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jewelry/jewelry.jpg',
			'title'   		: 'Jewelry Template - Index Page',
			'alt'			: 'Jewelry Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#jewelry-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jewelry/jewelry-account.jpg',
			'title'   		: 'Jewelry Template - Account Page',
			'alt'			: 'Jewelry Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jewelry-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jewelry/jewelry-category.jpg',
			'title'   		: 'Jewelry Template - Category Page',
			'alt'			: 'Jewelry Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jewelry-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jewelry/jewelry-item.jpg',
			'title'   		: 'Jewelry Template - Item Page',
			'alt'			: 'Jewelry Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jewelry-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jewelry/jewelry-cart.jpg',
			'title'   		: 'Jewelry Template - Cart Page',
			'alt'			: 'Jewelry Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#books-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/books/books.jpg',
			'title'   		: 'Books Template - Index Page',
			'alt'			: 'Books Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#books-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/books/books.jpg',
			'title'   		: 'Books Template - Index Page',
			'alt'			: 'Books Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#books-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/books/books-account.jpg',
			'title'   		: 'Books Template - Account Page',
			'alt'			: 'Books Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#books-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/books/books-category.jpg',
			'title'   		: 'Books Template - Category Page',
			'alt'			: 'Books Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#books-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/books/books-item.jpg',
			'title'   		: 'Books Template - Item Page',
			'alt'			: 'Books Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#books-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/books/books-cart.jpg',
			'title'   		: 'Books Template - Cart Page',
			'alt'			: 'Books Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#jeans-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jeans/jeans.jpg',
			'title'   		: 'Jeans Template - Index Page',
			'alt'			: 'Jeans Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jeans-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jeans/jeans.jpg',
			'title'   		: 'Jeans Template - Index Page',
			'alt'			: 'Jeans Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#jeans-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jeans/jeans-account.jpg',
			'title'   		: 'Jeans Template - Account Page',
			'alt'			: 'Jeans Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jeans-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jeans/jeans-category.jpg',
			'title'   		: 'Jeans Template - Category Page',
			'alt'			: 'Jeans Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jeans-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jeans/jeans-item.jpg',
			'title'   		: 'Jeans Template - Item Page',
			'alt'			: 'Jeans Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#jeans-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/jeans/jeans-cart.jpg',
			'title'   		: 'Jeans Template - Cart Page',
			'alt'			: 'Jeans Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#computer-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/computer/computer.jpg',
			'title'   		: 'Computer Template - Index Page',
			'alt'			: 'Computer Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#computer-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/computer/computer.jpg',
			'title'   		: 'Computer Template - Index Page',
			'alt'			: 'Computer Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#computer-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/computer/computer-account.jpg',
			'title'   		: 'Computer Template - Account Page',
			'alt'			: 'Computer Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#computer-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/computer/computer-category.jpg',
			'title'   		: 'Computer Template - Category Page',
			'alt'			: 'Computer Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#computer-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/computer/computer-item.jpg',
			'title'   		: 'Computer Template - Item Page',
			'alt'			: 'Computer Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#computer-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/computer/computer-cart.jpg',
			'title'   		: 'Computer Template - Cart Page',
			'alt'			: 'Computer Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#spartan-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20.jpg',
			'title'   		: 'Spartan Template - Index Page',
			'alt'			: 'Spartan Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spartan-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20.jpg',
			'title'   		: 'Spartan Template - Index Page',
			'alt'			: 'Spartan Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#spartan-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20-account.jpg',
			'title'   		: 'Spartan Template - Account Page',
			'alt'			: 'Spartan Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spartan-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20-category.jpg',
			'title'   		: 'Spartan Template - Category Page',
			'alt'			: 'Spartan Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spartan-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20-item.jpg',
			'title'   		: 'Spartan Template - Item Page',
			'alt'			: 'Spartan Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spartan-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20-cart.jpg',
			'title'   		: 'Spartan Template - Cart Page',
			'alt'			: 'Spartan Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#be-free-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/be-free/be-free.jpg',
			'title'   		: 'Be Free Template - Index Page',
			'alt'			: 'Be Free Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#be-free-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/be-free/be-free.jpg',
			'title'   		: 'Be Free Template - Index Page',
			'alt'			: 'Be Free Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#be-free-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/be-free/be-free-account.jpg',
			'title'   		: 'Be Free Template - Account Page',
			'alt'			: 'Be Free Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#be-free-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/be-free/be-free-category.jpg',
			'title'   		: 'Be Free Template - Category Page',
			'alt'			: 'Be Free Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#be-free-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/be-free/be-free-item.jpg',
			'title'   		: 'Be Free Template - Item Page',
			'alt'			: 'Be Free Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#be-free-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/be-free/be-free-cart.jpg',
			'title'   		: 'Be Free Template - Cart Page',
			'alt'			: 'Be Free Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#best-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/best/best.jpg',
			'title'   		: 'Best Template - Index Page',
			'alt'			: 'Best Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#best-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/best/best.jpg',
			'title'   		: 'Best Template - Index Page',
			'alt'			: 'Best Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#best-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/best/best-account.jpg',
			'title'   		: 'Best Template - Account Page',
			'alt'			: 'Best Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#best-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/best/best-category.jpg',
			'title'   		: 'Best Template - Category Page',
			'alt'			: 'Best Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#best-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/best/best-item.jpg',
			'title'   		: 'Best Template - Item Page',
			'alt'			: 'Be Free Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#best-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/best/best-cart.jpg',
			'title'   		: 'Best Template - Cart Page',
			'alt'			: 'Best Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#toys-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/toys/toys.jpg',
			'title'   		: 'Toys Template - Index Page',
			'alt'			: 'Toys Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#toys-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/toys/toys.jpg',
			'title'   		: 'Toys Template - Index Page',
			'alt'			: 'Toys Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#toys-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/toys/toys-account.jpg',
			'title'   		: 'Toys Template - Account Page',
			'alt'			: 'Toys Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#toys-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/toys/toys-category.jpg',
			'title'   		: 'Toys Template - Category Page',
			'alt'			: 'Toys Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#toys-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/toys/toys-item.jpg',
			'title'   		: 'Toys Template - Item Page',
			'alt'			: 'Toys Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#toys-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/toys/toys-cart.jpg',
			'title'   		: 'Toys Template - Cart Page',
			'alt'			: 'Toys Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#whiteT-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/whiteT/whiteT.jpg',
			'title'   		: 'WhiteT Template - Index Page',
			'alt'			: 'WhiteT Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#whiteT-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/whiteT/whiteT.jpg',
			'title'   		: 'WhiteT Template - Index Page',
			'alt'			: 'WhiteT Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#whiteT-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/whiteT/whiteT-account.jpg',
			'title'   		: 'WhiteT Template - Account Page',
			'alt'			: 'WhiteT Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#whiteT-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/whiteT/whiteT-category.jpg',
			'title'   		: 'WhiteT Template - Category Page',
			'alt'			: 'WhiteT Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#whiteT-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/whiteT/whiteT-item.jpg',
			'title'   		: 'WhiteT Template - Item Page',
			'alt'			: 'WhiteT Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#whiteT-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/whiteT/whiteT-cart.jpg',
			'title'   		: 'WhiteT Template - Cart Page',
			'alt'			: 'WhiteT Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#yellowname-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/yellowname/yellowname.jpg',
			'title'   		: 'Yellowname Template - Index Page',
			'alt'			: 'Yellowname Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#yellowname-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/yellowname/yellowname.jpg',
			'title'   		: 'Yellowname Template - Index Page',
			'alt'			: 'Yellowname Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#yellowname-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/yellowname/yellowname-account.jpg',
			'title'   		: 'Yellowname Template - Account Page',
			'alt'			: 'Yellowname Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#yellowname-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/yellowname/yellowname-category.jpg',
			'title'   		: 'Yellowname Template - Category Page',
			'alt'			: 'Yellowname Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#yellowname-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/yellowname/yellowname-item.jpg',
			'title'   		: 'Yellowname Template - Item Page',
			'alt'			: 'Yellowname Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#yellowname-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/yellowname/yellowname-cart.jpg',
			'title'   		: 'Yellowname Template - Cart Page',
			'alt'			: 'Yellowname Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#car-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/car/car.jpg',
			'title'   		: 'Car Template - Index Page',
			'alt'			: 'Car Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#car-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/car/car.jpg',
			'title'   		: 'Car Template - Index Page',
			'alt'			: 'Car Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#car-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/car/car-account.jpg',
			'title'   		: 'Car Template - Account Page',
			'alt'			: 'Car Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#car-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/car/car-category.jpg',
			'title'   		: 'Car Template - Category Page',
			'alt'			: 'Car Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#car-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/car/car-item.jpg',
			'title'   		: 'Car Template - Item Page',
			'alt'			: 'Car Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#car-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/car/car-cart.jpg',
			'title'   		: 'Car Template - Cart Page',
			'alt'			: 'Car Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#flower-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/flower/flower.jpg',
			'title'   		: 'Flower Template - Index Page',
			'alt'			: 'Flower Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#flower-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/flower/flower.jpg',
			'title'   		: 'Flower Template - Index Page',
			'alt'			: 'Flower Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#flower-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/flower/flower-account.jpg',
			'title'   		: 'Flower Template - Account Page',
			'alt'			: 'Flower Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#flower-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/flower/flower-category.jpg',
			'title'   		: 'Flower Template - Category Page',
			'alt'			: 'Flower Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#flower-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/flower/flower-item.jpg',
			'title'   		: 'Flower Template - Item Page',
			'alt'			: 'Flower Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#flower-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/flower/flower-cart.jpg',
			'title'   		: 'Flower Template - Cart Page',
			'alt'			: 'Flower Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#satin-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/satin/satin.jpg',
			'title'   		: 'Satin Template - Index Page',
			'alt'			: 'Satin Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#satin-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/satin/satin.jpg',
			'title'   		: 'Satin Template - Index Page',
			'alt'			: 'Satin Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#satin-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/satin/satin-account.jpg',
			'title'   		: 'Satin Template - Account Page',
			'alt'			: 'Satin Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#satin-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/satin/satin-category.jpg',
			'title'   		: 'Satin Template - Category Page',
			'alt'			: 'Satin Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#satin-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/satin/satin-item.jpg',
			'title'   		: 'Satin Template - Item Page',
			'alt'			: 'Satin Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#satin-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/satin/satin-cart.jpg',
			'title'   		: 'Satin Template - Cart Page',
			'alt'			: 'Satin Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });






	$("#store4banner").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-banner.jpg',
			'title'   		: 'Store Template 4 - Index Page',
			'alt'			: 'Store Template 4 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });	
	
	$("#store4bannerimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-banner.jpg',
			'title'   		: 'Store Template 4 - Index Page',
			'alt'			: 'Store Template 4 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	
	$("#iMac-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15.jpg',
			'title'   		: 'iMac Template - Index Page',
			'alt'			: 'iMac Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15.jpg',
			'title'   		: 'iMac Template - Index Page',
			'alt'			: 'iMac Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#iMac-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-account.jpg',
			'title'   		: 'iMac Template - Account Page',
			'alt'			: 'iMac Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-category.jpg',
			'title'   		: 'iMac Template - Category Page',
			'alt'			: 'iMac Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-item.jpg',
			'title'   		: 'iMac Template - Item Page',
			'alt'			: 'iMac Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iMac-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-cart.jpg',
			'title'   		: 'iMac Template - Cart Page',
			'alt'			: 'iMac Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	
	$("#big-fall-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01.jpg',
			'title'   		: 'Big Fall Template - Index Page',
			'alt'			: 'Big Fall Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#big-fall-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01.jpg',
			'title'   		: 'Big Fall Template - Index Page',
			'alt'			: 'Big Fall Template - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#big-fall-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01-account.jpg',
			'title'   		: 'Big Fall Template - Account Page',
			'alt'			: 'Big Fall Template - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#big-fall-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01-category.jpg',
			'title'   		: 'Big Fall Template - Category Page',
			'alt'			: 'Big Fall Template - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#big-fall-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01-item.jpg',
			'title'   		: 'Big Fall Template - Item Page',
			'alt'			: 'Big Fall Template - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#big-fall-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01-cart.jpg',
			'title'   		: 'Big Fall Template - Cart Page',
			'alt'			: 'Big Fall Template - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	
	
	$("#iTop-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14.jpg',
			'title'   		: 'Store Template 6 - Index Page',
			'alt'			: 'Store Template 6 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iTop-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14.jpg',
			'title'   		: 'Store Template 6 - Index Page',
			'alt'			: 'Store Template 6 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#iTop-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14-account.jpg',
			'title'   		: 'Store Template 6 - Account Page',
			'alt'			: 'Store Template 6 - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iTop-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14-category.jpg',
			'title'   		: 'Store Template 6 - Category Page',
			'alt'			: 'Store Template 6 - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iTop-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14-item.jpg',
			'title'   		: 'Store Template 6 - Item Page',
			'alt'			: 'Store Template 6 - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#iTop-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14-cart.jpg',
			'title'   		: 'Store Template 6 - Cart Page',
			'alt'			: 'Store Template 6 - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	
	$("#spring-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07.jpg',
			'title'   		: 'Store Template 7 - Index Page',
			'alt'			: 'Store Template 7 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spring-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07.jpg',
			'title'   		: 'Store Template 7 - Index Page',
			'alt'			: 'Store Template 7 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#spring-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templat07/template07-account.jpg',
			'title'   		: 'Store Template 7 - Account Page',
			'alt'			: 'Store Template 7 - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spring-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07-category.jpg',
			'title'   		: 'Store Template 7 - Category Page',
			'alt'			: 'Store Template 7 - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spring-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07-item.jpg',
			'title'   		: 'Store Template 7 - Item Page',
			'alt'			: 'Store Template 7 - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#spring-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07-cart.jpg',
			'title'   		: 'Store Template 7 - Cart Page',
			'alt'			: 'Store Template 7 - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#sportshoes-store-img").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08.jpg',
			'title'   		: 'Store Template 8 - Index Page',
			'alt'			: 'Store Template 8 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#sportshoes-store").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08.jpg',
			'title'   		: 'Store Template 8 - Index Page',
			'alt'			: 'Store Template 8 - Index Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#sportshoes-store-account").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templat08/template08-account.jpg',
			'title'   		: 'Store Template 8 - Account Page',
			'alt'			: 'Store Template 8 - Account Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#sportshoes-store-category").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08-category.jpg',
			'title'   		: 'Store Template 8 - Category Page',
			'alt'			: 'Store Template 8 - Category Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#sportshoes-store-item").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08-item.jpg',
			'title'   		: 'Store Template 8 - Item Page',
			'alt'			: 'Store Template 8 - Item Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#sportshoes-store-cart").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08-cart.jpg',
			'title'   		: 'Store Template 8 - Cart Page',
			'alt'			: 'Store Template 8 - Cart Page',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	





	$("#revolveimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/revolve.jpg',
			'title'   		: 'Revolve Furnishing',
			'alt'			: 'Revolve Furnishing',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#revolve").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/revolve.jpg',
			'title'   		: 'Revolve Furnishing',
			'alt'			: 'Revolve Furnishing',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#luxuryimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13-banner.jpg',
			'title'   		: 'Luxury Lingerie',
			'alt'			: 'Luxury Lingerie',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#luxury").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template13/template13-banner.jpg',
			'title'   		: 'Luxury Lingerie',
			'alt'			: 'Luxury Lingerie',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#appleimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-banner.jpg',
			'title'   		: 'Apple iMac',
			'alt'			: 'Apple iMac',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#apple").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template15/template15-banner.jpg',
			'title'   		: 'Apple iMac',
			'alt'			: 'Apple iMac',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#cellphoneimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11-banner.jpg',
			'title'   		: 'Cellphone Addict',
			'alt'			: 'Cellphone Addict',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#cellphone").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template11/template11-banner.jpg',
			'title'   		: 'Cellphone Addict',
			'alt'			: 'Cellphone Addict',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#bigfallimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01-banner.jpg',
			'title'   		: 'BIG FALL',
			'alt'			: 'BIG FALL',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#bigfall").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template01/template01-banner.jpg',
			'title'   		: 'BIG FALL',
			'alt'			: 'BIG FALL',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#spartanimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20-banner.jpg',
			'title'   		: 'Spartan',
			'alt'			: 'Spartan',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#spartan").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template20/template20-banner.jpg',
			'title'   		: 'Spartan',
			'alt'			: 'Spartan',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#itopimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14-banner.jpg',
			'title'   		: 'itop',
			'alt'			: 'itop',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#itop").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template14/template14-banner.jpg',
			'title'   		: 'itop',
			'alt'			: 'itop',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#springimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07-banner.jpg',
			'title'   		: 'Spring',
			'alt'			: 'Spring',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#spring").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template07/template07-banner.jpg',
			'title'   		: 'Spring',
			'alt'			: 'Spring',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#sportshoesimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08-banner.jpg',
			'title'   		: 'Sportshoes',
			'alt'			: 'Sportshoes',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#sportshoes").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/template08/template08-banner.jpg',
			'title'   		: 'Sportshoes',
			'alt'			: 'Sportshoes',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#weboverstockbannerimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/weboverstocked-banner.jpg',
			'title'   		: 'www.weboverstocked.com',
			'alt'			: 'www.weboverstocked.com',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#weboverstockbanner").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/weboverstocked-banner.jpg',
			'title'   		: 'www.weboverstocked.com',
			'alt'			: 'www.weboverstocked.com',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#weboverstockimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/weboverstocked.jpg',
			'title'   		: 'www.weboverstocked.com',
			'alt'			: 'www.weboverstocked.com',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#weboverstock").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/weboverstocked.jpg',
			'title'   		: 'www.weboverstocked.com',
			'alt'			: 'www.weboverstocked.com',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#phonevilleimg").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/template12.jpg',
			'title'   		: 'PhoneVille',
			'alt'			: 'PhoneVille',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });

	$("#phoneville").click(function() {
		$.fancybox({
			//'orig'			: $(this),
			'padding'		: 0,
			'href'			: 'http://www.shopster.com/images/fakesites/templateextra/template12.jpg',
			'title'   		: 'PhoneVille',
			'alt'			: 'PhoneVille',
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'elastic'
		});
    });
	
	$("#various1").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	$("#various2").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});
	
	$("#variousvideo").fancybox({
		'titlePosition'		: 'inside',
		'transitionIn'		: 'none',
		'transitionOut'		: 'none'
	});

/*    $("#manual2").click(function() {
		$.fancybox([
			{
				'http://farm5.static.flickr.com/4044/4286199901_33844563eb.jpg',
				'title'	: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit'
			}
			{
				'http://farm3.static.flickr.com/2687/4220681515_cc4f42d6b9.jpg',
				'title'	: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit'
			}
			{
				'href'	: 'http://farm5.static.flickr.com/4005/4213562882_851e92f326.jpg',
				'title'	: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit'
			}
		], {
			'padding'			: 0,
			'transitionIn'		: 'none',
			'transitionOut'		: 'none',
			'type'              : 'image',
			'changeFade'        : 0
		});
	});
*/			
	/*
	*   Tips & Tricks
	*/
	
	$("#tip3").fancybox({
	    'transitionIn'	: 'none',
		'transitionOut'	: 'none',
		'titlePosition'	: 'over',
		'onComplete'	: function() {
			$("#fancybox-wrap").hover(function() {
				$("#fancybox-title").show();
			}, function() {
				$("#fancybox-title").hide();
			});
		}
	});

	$("#tip4").click(function() {
		$.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'title'			: this.title,
			'width'			: 680,
			'height'		: 495,
			'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
			'type'			: 'swf',
			'swf'			: {
			    'wmode'				: 'transparent',
				'allowfullscreen'	: 'true'
			}
		});

		return false;
	});

    $("#tip5").fancybox({
		'scrolling' : 'no',
		'titleShow'	: false,
		'onClosed'	: function() {
		    $("#login_error").hide();
		}
	});
    
	$("#login_form").bind("submit", function() {
	
	    if ($("#login_name").val().length < 1 || $("#login_pass").val().length < 1) {
	        $("#login_error").show();
	        $.fancybox.resize();
	        return false;
	    }
	    
	    $.fancybox.showActivity();

		$.ajax({
			type	: "POST",
			cache	: false,
			url		: "/data/login.php",
			data	: $(this).serializeArray(),
			success: function(data) {
				$.fancybox(data);
			}
		});

		return false;
	});
	
	$("#tip6").fancybox({
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'autoScale'     	: false,
		'type'				: 'iframe',
		'width'				: 500,
		'height'			: 500,
		'scrolling'   		: 'no'
	});
	
	function formatTitle(title, currentArray, currentIndex, currentOpts) {
	    return '<div id="tip7-title"><span><a href="javascript:;" onclick="$.fancybox.close();"><img src="/data/closelabel.gif" /></a></span>' + (title && title.length ? '<b>' + title + '</b>' : '' ) + 'Image ' + (currentIndex + 1) + ' of ' + currentArray.length + '</div>';
	}

	$(".tip7").fancybox({
	    'showCloseButton'   : false,
		'titlePosition' 	: 'inside',
		'titleFormat'		: formatTitle
	});
	
	
	// Next JS snippets are only for fancybox.net
	
	/*
	*   Donate link
	*/
	$("a#donate").bind("click", function() {
		$("#donate_form").submit();
		return false;
	});

	/*
	*   Zebra-stripping table
	*/
	
	$("table.options tr:even").addClass('even');

});

