                $(document).ready(function(){

			jQuery('#comp_carousel').jcarousel({
                                scroll: 7
                        });
                        
                        //$('#slydeWrap').cycle('fade');
                        
                        $('#slydeWrap').cycle({
                                fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
                                speed:    700, 
                                timeout:  6000, 
                                pager:  '#comp_carousel',
                                pagerAnchorBuilder: function(idx, slide) { 
                                        // return selector string for existing anchor 
                                        return '#comp_carousel li:eq(' + idx + ') a'; 
                                }              
                        });
			
					
		});
