// JavaScript Document



			$("div.scrollableArea img").css({"opacity":"0.6"});





		$(function() {

			$("div#smallScroller").smoothDivScroll({mouseDownSpeedBooster: 2, scrollingSpeed: 7, autoScroll: "onstart", visibleHotSpots: "always", hotSpotsVisibleTime: 9, pauseAutoScroll: "mouseover"});

		});





	$("div.scrollableArea img").hover(

      function () {

        //$("div.mnu-dropdown").css({"display":"block"});

		$(this).css({"opacity":"100%", "border-bottom":"0px solid yellow", "opacity":"10"});

		

      },

	  function() {

		  $(this).css({"opacity":"0.6", "border":"0"});

	  }

    );