$(document).ready(function(){
   $("#portfolio-table").dataTable({
       "bAutoWidth": false,
       "bPaginate": false,
       "bFilter": false, 
       "bInfo": false               
   });
   $("#portfolio-table a.fancybox").fancybox({
       "autoDimensions":false,
       "titleShow":false,
       "width":390,
//       "height":'auto',
       "centerOnScroll":true,
       "overlayColor":'#000'
       
   });
});

