  $(document).ready(function()
  {
	    $('#grey-bg, #load').remove();
	    
		function scrollIt()
		{
			  $('#featured-brands div#scroll').animate({
					marginLeft: "-7000px"}, 110000, "linear").animate({ 
						marginTop: "-223px" }, 200, "linear").animate({ 
							  marginLeft: "921px" }, 100, "linear").animate({ 
									marginTop: "28px" }, 1, "linear", scrollIt);
			  }
			  scrollIt();

  });
  
      $(function() 
      { 
	        $("ul.css-tabs").tabs("div.css-panes > div");
      });
  
      function myFocus(element) 
      {
            if (element.value == element.defaultValue) 
	        {
	              element.value = '';
            }
      }
      function myBlur(element) 
	  {
            if (element.value == '') 
			{
                  element.value = element.defaultValue;
            }
      }
	  
	  $(function() 
      { 
	        $(".col ul li:last-child a").css('border', '1px solid #fff');
			$("#main-home ul#icons li#twi a").css('border', 'none');
      });
