// JavaScript Document
jQuery(document).ready(function() {		
	jQuery('#rotator').cycle({ 
	fx: 'none',
    timeout: 8000,
	speed: 0,
	cleartype: true,
    cleartypeNoBg:  true,
	pager:  '#gallery_thumbs',
	 pagerAnchorBuilder: function(idx, slide) { 
        // return selector string for existing anchor 
        return '#gallery_thumbs p:eq(' + idx + ') a'; 
    } 					

});
});



