jQuery(document).ready(function($){
   $('#content_portfolio li:nth-child(odd)').addClass ('odd');
});
