

/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/
	 
		 
		$(window).bind("load", function() {
			$("div#fewoptions").slideViewerPro({
			thumbs: 3, 
			thumbsPercentReduction:22,
			galBorderWidth: 0,
			galBorderColor: "black",
			thumbsTopMargin: 0,
			thumbsRightMargin: 10,
			thumbsBorderWidth: 1,
			thumbsActiveBorderColor: "#ffffff",
			thumbsActiveBorderOpacity: 0.8,
			thumbsBorderOpacity: 0.2,
			buttonsTextColor: "#707070",
			//leftButtonInner: "<img src='images/nl-arrow.png' alt='HSO' />",
			//rightButtonInner: "<img src='images/nr-arrow.png' alt='HSO' />",
			autoslide: true, 
			typo: false
			});	
	});
	
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* =mainnavigation
	---------------------*/	 

	$(document).ready(function(){	
		/* =mainnavigation
			---------------------*/	 
		 $("#h-mainnavigation li").hover(function(){
	 	 $(this).find(".submenu").show();
		 $(this).find("a").addClass("active");
	  
		 },function(){
		  $(this).find(".submenu").hide();
		  $(this).find("a").removeClass("active");
		 });
		 
		 
		  $(".country_select").hover(function(){
	 	 $(this).find("ul").show();
		
		 },function(){
		  $(this).find("ul").hide();
		 });
	
	 });
 
 
 /* end mainnavigation
	---------------------*/	 
	
/*------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* =country selector list
	---------------------*/	
	$(document).ready(function()
	{	
	    $(".country_select ul li:first").addClass("first");
	    $(".country_select ul li:last").addClass("last");
	});
		

    $(document).ready(function()
    {
        $("#ctl00_PlaceHolderMain_portrait__ControlWrapper_RichImageField").css("display", "block");
    });
