$(document).ready(function(){
    //$("a[rel='colorbox']").colorbox();
	$("a[rel='colorbox']").colorbox({close:'закрыть', current:'Image {current} from {total}'});
	$("a[rel='colorshow']").colorbox({close:'закрыть', current:'Image {current} from {total}', slideshow:false});
	$('div.top-anchor a').click(function () {
        $('body,html').animate({
            scrollTop: 0
        }, 800);
         return false;
    });
});

    // $("a[rel='colorbox']").colorbox(
        // {
            // close:'закрыть',
            // current:'Изображение {current} из {total}',
        // }
    // );


    // $("a[rel='colorbox']").colorbox({title: function(){
        // var url = $(this).attr('href');
        // return 'asd';
    // }});


