$(document).ready(function(){  		 $(function() {		$('.scrollableArea a').lightBox();	});		$(function() {		$('#mybook').booklet({			speed:650,			pageNumbers:false		});	});		$('#footerMenuArea ul li:last a').css('border-right','none');}); $(window).load(function() {	$("div.commonGallery").smoothDivScroll({ 		autoScroll: "onstart" , 		autoScrollDirection: "backandforth", 		autoScrollStep: 1, 		autoScrollInterval: 25,			startAtElementId: "startAtMe", 		visibleHotSpots: "always",		autoScrollStarted: function(){			//if( $('.page-title').text().trim() == 'Bridal Gallery'  ){				tempScrollableAreaWidth = 0				$(".scrollableArea").children('').each(function() {				   tempScrollableAreaWidth = tempScrollableAreaWidth + $(this).outerWidth(true);				});				$(".scrollableArea").css('width',tempScrollableAreaWidth+15);			//}		}	});	$('.scrollingHotSpotLeft,.scrollingHotSpotRight,.scrollableArea a').mouseout(function(){		$("div.commonGallery").smoothDivScroll("startAutoScroll");	});		$('.scrollableArea a').mouseover(function(){		$("div.commonGallery").smoothDivScroll("stopAutoScroll");	});});
