	$j(function() {
				
		$j('#slideE').cycle({
				fx:     'scrollLeft',
				speed:  500,
				timeout: 15000,
				pause:   1,
				//next:   '#slideT', 
				pager:  '#navE',
				cleartypeNoBg: false,
				cleartype:  1,
				pagerAnchorBuilder: function(idx, slide) {
				 // return sel string for existing anchor
					return '#navE li:eq(' + (idx) + ') a';
				}
			});
		
	});
	
	
