 $(document).ready(function(){
		 var now= new Date();
		 var year=now.getFullYear();
		 var month=now.getMonth()+1;
		 var day=now.getDate();
		 //alert(year+'年'+month+'月'+day+'日');
		 $('#nowtime').html(day+'. '+month+' .'+year+' ');	
	 	                       
      $('a').bind('focus',function(){
		if(this.blur){ //如果支持 this.blur
			this.blur();
		 }	
	});
	
		if(($('#current').hasClass('item53')))
		{
		  $('#content').css({'background-image':'none','border':'none'});
		  $('.module > .banner_line').remove();
		  $('.banner_line').css({
		  	'background':'transparent url(../templates/rhuk_milkyway/images/box_underline.gif) no-repeat scroll center center',
			'height':'4px','margin':'-5px 0 0 10px','width':'90%'});
		  $('.cont_top_left').remove();	
		  $('.cont_bottom_left').remove();	
		  $('#maincont').css('background','url(../templates/rhuk_milkyway/images/indexbg.jpg) 0 100%');
		 	 
		}
		
		if(($('.item65').hasClass('active'))||($('#maincont').hasClass('mainlevel')))
		{ 
		  $('#products img').css({'width':'160px','height':'185px'});
		  $('#content').css('background','#fff url(../templates/rhuk_milkyway/images/about.gif) 0 60% no-repeat');	
		  $('.titleproduct').css('background-image','url(../templates/rhuk_milkyway/images/honorl.gif)');	  
		}
		$('#login').mouseover(function(){
			$(this).css('background-position','0 0');
			});
		$('#login').mouseout(function(){
			$(this).css('background-position','0 -22px');
		});
		
	    if($.browser.msie && $.browser.version=='6.0'){
			$('.menu li ul').each(function(){
				$(this).parent().find('a:first').append($(this)).find('ul').wrap('<table><tr><td></td></tr></table>');
				$(this).find('span').css('padding-top','9px');
				
			});
		}
 	
	    $('.menu  > li > a').each(function(){
			$(this).mouseover(function(){
			$(this).find('ul').css('display','block');
			$(this).find('li').css({'margin-left':'1px'});
			$(this).find('a > span').css('margin-left','20px');
			}); 		
			$(this).mouseout(function(){
 			$(this).find('ul').css('display','none');
			});
		});
					
		   $('.thumbnail > span').css('diplay','none');
		   $('.thumbnail').each(function(){
		     $(this).mouseover(function(){
		     	$(this).find('span').css({'display':'block',"top":" -20px","left":"-12px"});
		     });
		      $(this).mouseout(function(){
		     	$(this).find('span').css({'display':'none'});
		     });
		   });	
	    	$('.modulecasex>.spacecasex,.modulecasex>.banner_line').remove();
});

	


	
