$(document).ready(function() {
  $('#content_slider').tabs({
    event: 'mouseover',
    fx: { opacity: 'toggle' }
  });
});
