					var tpj=jQuery;					
					var revapi116;
					tpj(window).load(function() {
						if(tpj("#rev_slider_4_1").revolution == undefined){
							revslider_showDoubleJqueryError("#rev_slider_4_1");
						}else{
							revapi116 = tpj("#rev_slider_4_1").show().revolution({
								sliderType:"none",
								jsFileLocation:"../revolution/js/",
								sliderLayout:"auto",
								dottedOverlay:"none",
								delay:9000,
	                            navigation: {
	                                keyboardNavigation: "on",
	                                keyboard_direction: "horizontal",
	                                mouseScrollNavigation: "off",
	                                onHoverStop: "off",
	                                touch: {
	                                    touchenabled: "on",
	                                    swipe_threshold: 75,
	                                    swipe_min_touches: 1,
	                                    swipe_direction: "horizontal",
	                                    drag_block_vertical: false
	                                },
	                                arrows: {
	                                    style: "none",
	                                    enable: true,
	                                    hide_onmobile: true,
	                                    hide_onleave: true,
	                                    tmp: '',
	                                    left: {
	                                        h_align: "left",
	                                        v_align: "center",
	                                        h_offset: 20,
	                                        v_offset: 0
	                                    },
	                                    right: {
	                                        h_align: "right",
	                                        v_align: "center",
	                                        h_offset: 20,
	                                        v_offset: 0
	                                    }
	                                }                               
	                            },
								viewPort: {
									enable:true,
									outof:"pause",
									visible_area:"100%"
								},
								gridwidth:1170,
								gridheight:600,
								lazyType:"none",
								shadow:0,
								spinner:"spinner0",
								stopLoop:"off",
								stopAfterLoops:-1,
								stopAtSlide:-1,
								shuffle:"off",
								autoHeight:"off",
								hideThumbsOnMobile:"off",
								hideSliderAtLimit:0,
								hideCaptionAtLimit:0,
								hideAllCaptionAtLilmit:0,
								debugMode:false,
								fallbacks: {
									simplifyAll:"off",
									nextSlideOnWindowFocus:"off",
									disableFocusListener:false,
								}
							});
						}
					});	/*ready*/
