$(document).ready(function(){

			$(window).load(function () {
			 			
				$('#logo').animate({
				    right: '100px',
				    top: '140px'	
				},2000,'easeOutBounce');
				
			});
			$('#slider1').anythingSlider({
				width           : 800,  // Override the default CSS width
				height              : 500,      // Override the default CSS height
				resizeContents      : true,
				easing: 'easeInOutExpo',

				
				theme           : 'metallic',
				themeDirectory	:themURl + "theme-{themeName}.css",
				
				onSlideComplete : function(slider){
					// alert('Welcome to Slide #' + slider.currentPage);
				}
			});
		$('#HMenu ul li:eq(1)').addClass('itemAbout');
		$('#HMenu ul li:eq(2)').addClass('itemGallary');
		$('#HMenu ul li:eq(3)').addClass('itemRent');
		$('#HMenu ul li:eq(4)').addClass('itemContact itemLast');




});
