﻿$(document).ready(function() {
	$('#expert-quote, div[id$=expertQuote]').tabs({ fxFade: true, fxSpeed: 'fast' });
});

  $(function() {
      $('.horiz-slide').tabs({ fxFade: true, fxSpeed: 'fast' });
  });
  
   $(document).ready(function() {
    $('.quote-item').each(function() {
        $(this).attr('id', $(this).children('input[name$=hndExpertsComments]').val());
    });
});

