jQuery(document).ready(function() {
//	try {
		$('.jcarousel-scroll').children('a').each(function (i){ 
			$(this).html('');
			$(this).attr('class', 'control'+i);
			//$(this).offset(
		});
//		
//		// $('.jcarousel-scroll a').css('top','-'+cgheight); 
//		//$('.jcarousel-scroll a').bind('click',function() {
//			$('.jcarousel-item .cgj_image a')
//					.each(	function(){   
//						var parent = $(this).parents('.jcarousel-item'); 
//						//console.log('parent: '+parent+'\n');
//						var newlink = $(parent+'.description a').attr('href'); 
//						//console.log('newlink:'+newlink+'\n');
//						$(this).attr('href', newlink);
//	
//			});
//		//});
//	}
//	catch(err) { /* silence is golden*/ }
});
