// JavaScript Document
$(function(){
                 $("#slide").innerfade( {
                    type : "random",
					animationtype : "fade",
                    speed : "10000",
                    timeout : "90000",
					containerheight : "100"
                });
            })
			

 $(function(){
                 $("#slide_city").innerfade( {
                    type : "random",
					animationtype : "fade",
                    speed : "5000",
                    timeout : "4000",
					containerheight : "102"
                });
            });


$(function(){
                 $("#slide_cyc").innerfade( {
                    type : "random",
					animationtype : "fade",
                    speed : "3000",
                    timeout : "3500",
					containerheight : "102"
                });
            });				
			
			
$(function(){
                 $("#slide_mtb").innerfade( {
                    type : "random",
					animationtype : "fade",
                    speed : "3000",
                    timeout : "3700",
					containerheight : "102"
                });
            });
			
			
$(function(){
                 $("#slide_lod").innerfade( {
                    type : "random",
					animationtype : "fade",
                    speed : "3000",
                    timeout : "3200",
					containerheight : "102"
                });
            });
			
			
$(function(){
                 $("#slide_ots").innerfade( {
                    type : "random",
					animationtype : "fade",
                    speed : "3000",
                    timeout : "3300",
					containerheight : "102"
                });
            });
