$(document).ready(function() {


        $('a[rel=fancybox]').fancybox({
                'transitionIn'        :        'elastic',
                'transitionOut'        :        'elastic',
                'speedIn'                :        600,
                'speedOut'                :        200,
                'overlayShow'        :        false
        });

       

    $('.box_radius').css({"border-radius":"8px", "-moz-border-radius":"8px", "-webkit-border-radius":"8px"});



        $('#cip-main a').click(function(){
                $('#cip-thumbs li:first a').trigger('click');
                return false;
        });




});
