$(document).ready(function (){
    // $('.cycle').cycle();
    $(".shop a").colorbox({
		opacity: 0.8,
        inline:true,
        href:".our-store"
    });
    $('a[rel~=gallery]').colorbox();
    $('a[rel~=lightbox]').colorbox();
    $("a[rel=external]").attr('target', '_blank');
});
