//TL
		$(document).ready(function() {
			setTimeout("animation()",300);
		});
		
		function animation(){
			implextl();
			gradienttl();
			tltltl();
			titletl();
			blanktl();
			implexct();
			gradientct();
			ctctct();
			titlect();
			blankct();
			implexds();
			gradientds();
			dsdsds();
			titleds();
			blankds();
			implexdc();
			gradientdc();
			dcdcdc();
			titledc();
			blankdc();
		}	
		function gradienttl(){
			$("#gradienttl").delay(2800).animate({left:"+=3250px"},11000).animate({left:"-2250px"}, 0)
			setTimeout("gradienttl()",1000);
		}
		
		//TL
		function tltltl(){
			$("#tltltl").delay(1000).animate({left: '30px'}, 220);
		}
		
		//Logo
		function implextl(){
			$("#implextl").animate({top:"8px"}, 400);
		}

		
		//Section Title
		function titletl(){
			$("#titletl").delay(1000).animate({top: '175px'}, 220);
		}
		
		//Button Blank
		function blanktl(){
			$("#blanktl").animate({top: '0px'}, 0);
		}
		
		
//CT
		$(document).ready(function() {
			setTimeout("animation()",300);
		});

		function gradientct(){
			$("#gradientct").delay(2800).animate({left:"+=3250px"},11000).animate({left:"-2250px"}, 0)
			setTimeout("gradientct()",1000);
		}
		
		//CT
		function ctctct(){
			$("#ctctct").delay(1000).animate({left: '25px'}, 220);
		}
		
		//Logo
		function implexct(){
			$("#implexct").animate({top:"8px"}, 400);
		}

		
		//Section Title
		function titlect(){
			$("#titlect").delay(1000).animate({top: '175px'}, 220);
		}
		
		//Button Blank
		function blankct(){
			$("#blankct").animate({top: '0px'}, 0);
		}
		
		
//DS
		$(document).ready(function() {
			setTimeout("animation()",300);
		});
	
		function gradientds(){
			$("#gradientds").delay(2800).animate({left:"+=3250px"},11000).animate({left:"-2250px"}, 0)
			setTimeout("gradientds()",1000);
		}
		
		//DS
		function dsdsds(){
			$("#dsdsds").delay(1000).animate({left: '28px'}, 220);
		}
		
		//Logo
		function implexds(){
			$("#implexds").animate({top:"8px"}, 400);
		}

		
		//Section Title
		function titleds(){
			$("#titleds").delay(1000).animate({top: '175px'}, 220);
		}
		
		//Button Blank
		function blankds(){
			$("#blankds").animate({top: '0px'}, 0);
		}
		
		
//DC
		$(document).ready(function() {
			setTimeout("animation()",300);
		});

		function gradientdc(){
			$("#gradientdc").delay(2800).animate({left:"+=3250px"},11000).animate({left:"-2250px"}, 0)
			setTimeout("gradientdc()",1000);
		}
		
		//DC
		function dcdcdc(){
			$("#dcdcdc").delay(1000).animate({left: '25px'}, 220);
		}
		
		//Logo
		function implexdc(){
			$("#implexdc").animate({top:"8px"}, 400);
		}

		
		//Section Title
		function titledc(){
			$("#titledc").delay(1000).animate({top: '175px'}, 220);
		}
		
		//Button Blank
		function blankdc(){
			$("#blankdc").animate({top: '0px'}, 0);
		}