/*$.noConflict();
jQuery(document).ready(function($) {
  jQuery('.rgaccord1-toggle').click(function(){
  	var newheight = jQuery(this).next('div').find('.rgaccord1-content').innerHeight();
	var newheight2 = (parseInt(jQuery(this).next('div').find('.rgaccord1-content').innerHeight())-200)+'px';
	jQuery(this).parent('.rgaccord1-nest').delay(1000).children('div').css({height:205});
	jQuery(this).parent('.rgaccord1-nest').children('.rgaccord1-content').css({marginTop:0});
	console.log(newheight);
  });
});*/

