// Custom Javascript

/* begin cufon replacer */
Cufon.replace('h1, h2, h3, h4, h5, h6', { textShadow: '1px 1px #fff'});
/* end cufon replacer */

jQuery(document).ready(function() {
	
				//initialize scroller
				$(".container").wtScroller({
					num_display:2,
					slide_width:406,
					slide_height:230,
					slide_margin:27,
					button_width:65,
					ctrl_height:0,
					margin:20,	
					auto_scroll:true,
					delay:4000,
					scroll_speed:1000,
					easing:"",
					auto_scale:false,
					move_one:false,
					ctrl_type:"none",
					display_buttons:true,
					mouseover_buttons:false,
					display_caption:false,
					mouseover_caption:false,
					caption_align:"bottom",
					caption_position:"outside",					
					cont_nav:true,
					shuffle:false
				});
				
				//initialize list-rotator
				$(".container2").wtListRotator({
					screen_width:940,
					screen_height:380,
					item_width:250,
					item_height:95,
					item_display:4,
					list_align:"left",
					scroll_type:"none",
					auto_start:true,
					delay:6000,
					transition:"fade",
					transition_speed:800,
					easing:"",
					auto_center:true,
					display_playbutton:false,
					display_number:false,
					display_timer:true,
					display_arrow:true,
					display_thumbs:false,
					display_scrollbar:false,
					pause_mouseover:false,
					cpanel_mouseover:false,					
					text_mouseover:true,
					text_effect:"fade",
					text_sync:false,
					cpanel_align:"BC",
					timer_align:"bottom",
					move_one:false,
					auto_adjust:true,
					shuffle:false,
					play_once:false,
					block_size:75,
					vert_size:50,
					horz_size:50,
					block_delay:35,
					vstripe_delay:90,
					hstripe_delay:180					
				});
				
					// Popup PdV
				$(document).ready(function(){
			
			$(".inline").colorbox({inline:true,scalePhotos:true,scrolling:true,escKey:true,arrowKey:true,width:"80%"});
			$(".iframe").colorbox({iframe:true,scalePhotos:true,scrolling:true,escKey:true,arrowKey:true,width:"80%",height:"80%"});
			$(".nwsl").colorbox({iframe:true,scalePhotos:true,scrolling:true,escKey:true,arrowKey:true,width:"610px",height:"480px"});
			$(".iframe-vid").colorbox({iframe:true,scalePhotos:true,scrolling:true,escKey:true,arrowKey:true,width:"700px",height:"580px"});
		    $(".inline-pdv").colorbox({inline:true,scrolling:true,escKey:true,arrowKey:true,width:"825px",height:"80%"});
			
		});


 // VIDEO SCROLLER
              jQuery("#video-prealpina").FlowSlider();
	
	// Secondary Navigation
	jQuery("ul.sf-menu").superfish({
		delay: 500,
		animation: {opacity:'show'},
		speed: 200,
		autoArrows: false,
		dropShadows: false
	}); 
	
	// Main Navigation
	jQuery('#nav ul.sf-menu').superfish({ 
		delay: 200,
		animation: {opacity:'show', height:'show'},
		speed: 'fast',
		autoArrows: false,
		dropShadows: false
	});
	
	
	
	// Input focus css change
	jQuery('input, textarea').focus( 
		function () {
			jQuery(this).css('border', '1px solid #d2d2d2');
			jQuery(this).css('color', '#444444');
		}
	);
	
	// Input blur css change
	jQuery('input, textarea').blur( 
		function () {
			jQuery(this).css({
				border: '1px solid #e0e0e0',
				color: '#999999'
			});
		}
	);
	
	
    

}); 
