$('#s5').cycle({
                                fx:     'fade',
                                speed:  'fast',
                                timeout: 0,
                                next:   '#next5',
                                prev:   '#prev5'
                            });
                           
                      
                          $('#s6').cycle({
                                fx:     'fade',
                                speed:  'fast',
                                timeout: 0,
                                next:   '#next5',
                                prev:   '#prev5'
                            });
                           
                      

                          $('#s7').cycle({
                                fx:     'fade',
                                speed:  'fast',
                                timeout: 0,
                                next:   '#next7',
                                prev:   '#prev7'
                            });
                           
                      
                          $('#s8').cycle({
                                fx:     'fade',
                                speed:  'fast',
                                timeout: 0,
                                next:   '#next7',
                                prev:   '#prev7'
                            });
                           
                      
                  $('#s4').cycle({
                        fx:     'fade',
                        speed:  'fast',
                        timeout: 0,
                        next:   '#next2',
                        prev:   '#prev2',
						startingSlide: 0
                    });