$(document).ready(function(){
	$("#headerHiddenCart").hide();
	$(".topNav").css({'border-right' : '1px solid #FFF'});   
	$("#mainNav").animate({ opacity : 0.5});
	$("#mainNav").animate({ opacity: 1 }, 100 );
	$("#lowerNav").animate({ opacity : 0.5});
	$("#lowerNav").animate({ opacity: 1 }, 100 );
/*	  $('#promoBnr')
		.css({'height' : '0%'})
		.animate({ height : "0%"}, 550 )
		.animate({ height : "100%"}, 250 )
//		.css({'opacity' : '0.1'})
//		.css({'height' : '100%'})	
//		.animate({ opacity: 1 }, 500 )
//		.show()
		;
	var delay = 550;
	  $('#sm_bnnr div')
		.css({'height' : '0%'})
		.animate({ height : "0%"}, delay )
		.animate({ height : "100%"}, 250 )
		;*/ 	
	var delay = 400;
	$('#sm_bnnr > div').each(function(e) {
	  $('span', this)
/*		.fadeTo(delay, 1)
		.css({'marginTop' : '-120px'})
		.animate({marginTop:"-120px"}, 200)
        .animate({marginTop:"0px"}, 200);
*/
		.css({'height' : '0%', 'width' : '274px'})
		.animate({ height : "0%"}, delay )
		.animate({ height : "120px"}, 400 );	
		delay += 200;
		}); 
	  $('.toolbody')
		.css({'height' : '0%'})
		.animate({ height : "0%"}, 200 )
		.animate({ height : "100%"}, 250 );
//   $("#mainNav").hide();
//   $("#mainNav").fadeIn("fast");
//   $("#lowerNav").hide();
//   $("#lowerNav").fadeIn("fast");

//   $("#topsellerHeader").slideDown('fast');
   $(".cartlink").mouseover(function(){
	 $("#headerHiddenCart")
	 .css({'visibility' : 'visible'})
     .slideDown('fast');
   });
   $(".cartlink").mouseout(function(){
     $("#headerHiddenCart").slideUp('fast');
//	 $("#headerHiddenCart").css({'visibility' : 'hidden'});
   });
   

//   $(this).mouseover(function () {
//	  $("#bodybg").css({'background' : 'url(../imgs/'+bg+') top center no-repeat'});
//   });
//   };
 }); 

 
