var bannerAnimation = {
	container_a: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 4000;
					break;
				case 'js':
					return 1000;
					break;
			}
		},
		activate: function() {
			
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-i, div#container-e, div#container-h').addClass('container-a-first-animation-active');
					setTimeout(function() {
						$('div#container-b, div#container-a, div#container-c, div#container-i, div#container-e, div#container-f, div#container-g, div#container-h, div#container-d').addClass('container-a-second-animation-active');
						setTimeout(function() {				
							$('div#container-c').addClass('container-a-third-animation-active');	
							setTimeout(function() {							
								$('div#content-container-a').addClass('container-a-forth-animation-active');	
							}, 1000);
						}, 1000);
					}, 1000);
					break;
				case 'js':
					$('div#container-i').stop().animate({width: '129px', left: '5px'}, 250, 'linear');
					$('div#container-i .image').stop().animate({'background-position': '-390px -170px'}, 250, 'linear');
					
					$('div#container-e').stop().animate({width: '158px', left: '579px'}, 250, 'linear');
					$('div#container-e div.image').stop().animate({'background-position': '-130px -322px'}, 250, 'linear');
					
					$('div#container-h').stop().animate({width: '74px', left: '747px'}, 250, 'linear');
					$('div#container-h .image').stop().animate({'background-position': '151px 210px'}, 250, 'linear', function() {
						
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');

						$('div#container-a').stop().animate({width: '175px', height: '195px', top: '10px', left: '5px'}, 250, 'linear');
						$('div#container-a div.image').stop().animate({'background-position': '-42px 9px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({height: '180px', top: '215px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-130px -144px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '129px', height: '180px', top: '215px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-390px -83px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '158px', height: '124px', top: '215px', left: '579px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '-130px -221px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '187px', height: '180px', top: '215px', left: '382px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-90px -56px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '158px', height: '46px', top: '349px', left: '579px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '171px -164px'}, 250, 'linear');
						
						$('div#container-h').stop().animate({width: '74px', height: '125px', top: '270px', left: '747px'}, 250, 'linear');
						$('div#container-h .image').stop().animate({'background-position': '151px 210px'}, 250, 'linear');
						
						$('div#container-d').stop().animate({width: '208px', height: '44px', top: '215px', left: '747px'}, 250, 'linear');
						$('div#container-d div.image').stop().animate({'background-position': '226px -195px'}, 250, 'linear', function() {
						
							$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
											
							$('div#container-c').stop().animate({width: '228px', left: '144px'}, 250, 'linear');
							$('div#container-c div.image').stop().animate({'background-position': '-130px -144px'}, 250, 'linear', function() {
								
								$('div#content-container-a').stop().animate({top: '-10px'}, 250, 'linear');
							
							});
						
						});
					
					});
					break;
			}
			
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#content-container-a').addClass('container-a-first-animation-deactive');	
					setTimeout(function() {
						$('div#container-c').addClass('container-a-second-animation-deactive');
						setTimeout(function() {					
							$('div#container-b, div#container-a, div#container-c, div#container-i, div#container-e, div#container-f, div#container-g, div#container-h, div#container-d').addClass('container-a-third-animation-deactive');
							setTimeout(function() {	
								$('div#container-i, div#container-e, div#container-h').addClass('container-a-forth-animation-deactive');
								setTimeout(function() {
									$('div.container, div#content-container-a').removeClass('container-a-first-animation-active');		
									$('div.container, div#content-container-a').removeClass('container-a-second-animation-active');		
									$('div.container, div#content-container-a').removeClass('container-a-third-animation-active');		
									$('div.container, div#content-container-a').removeClass('container-a-forth-animation-active');	
									$('div.container, div#content-container-a').removeClass('container-a-first-animation-deactive');		
									$('div.container, div#content-container-a').removeClass('container-a-second-animation-deactive');		
									$('div.container, div#content-container-a').removeClass('container-a-third-animation-deactive');		
									$('div.container, div#content-container-a').removeClass('container-a-forth-animation-deactive');								
								}, 1000);
							}, 1000);
						}, 1000);
					}, 1000);
					
					break;
				case 'js':
					$('div#content-container-a').stop().animate({top: '-225px'}, 250, 'linear', function() {
				
						$('div#container-c').stop().animate({width: '170px', left: '202px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear', function() {
						
							$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
							
							$('div#container-a').stop().animate({width: '187px', height: '177px', top: '10px', left: '5px'}, 250, 'linear');
							$('div#container-a div.image').stop().animate({'background-position': '-36px 0px'}, 250, 'linear');
							
							$('div#container-c').stop().animate({width: '170px', height: '177px', top: '10px', left: '202px'}, 250, 'linear');
							$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
							
							$('div#container-i').stop().animate({height: '197px', top: '197px'}, 250, 'linear');
							$('div#container-i .image').stop().animate({'background-position': '-390px -170px'}, 250, 'linear');
							
							$('div#container-e').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '-130px -322px'}, 250, 'linear');
							
							$('div#container-f').stop().animate({width: '187px', height: '261px', top: '133px', left: '382px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({width: '158px', height: '127px', top: '133px', left: '579px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
							
							$('div#container-h').stop().animate({height: '124px', top: '270px'}, 250, 'linear');
							$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
							
							$('div#container-d').stop().animate({width: '208px', height: '250px', top: '10px', left: '747px'}, 250, 'linear');
							$('div#container-d div.image').stop().animate({'background-position': '225px -207px'}, 250, 'linear', function() {
						
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
							
								$('div#container-i').stop().animate({width: '367px', height: '197px', top: '197px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '355px', height: '113px', top: '10px', left: '382px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
							
								$('div#container-h').stop().animate({width: '241px', height: '124px', top: '270px', left: '579px'}, 250, 'linear');
								$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
							
							});	
						
						});
					
					});
					break;
			}
			
		}	
	},
	container_b: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 2000;
					break;
				case 'js':
					return 500;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					
					$('div#container-c').addClass('container-b-first-animation-active');
					setTimeout(function() {
						$('div#container-i, div#container-e, div#container-d, div#container-f, div#container-g, div#container-h, div#container-b').addClass('container-b-second-animation-active');
					}, 1000);
					
					break;
				case 'js':
					$('div#container-c').stop().animate({width: '170px', height: '113px', top: '10px', left: '202px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-152px -276px'}, 250, 'linear', function() {
					
						$('div#container-a').stop().animate({width: '187px', height: '177px', top: '10px', left: '5px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '187px', height: '197px', top: '197px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-418px -170px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '355px', height: '113px', top: '10px', left: '382px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '-28px -322px'}, 250, 'linear');
						
						$('div#container-d div.image').stop().animate({'background-position': '225px -204px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '170px', height: '261px', top: '133px', left: '202px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-190px -9px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '355px', height: '127px', top: '133px', left: '382px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '55px -141px'}, 250, 'linear');
						
						$('div#container-h').stop().animate({width: '273px', height: '124px', top: '270px', left: '382px'}, 250, 'linear');
						$('div#container-h .image').stop().animate({'background-position': '3px 166px'}, 250, 'linear');
						
						$('div#container-b').stop().animate({width: '289px', height: '124px', top: '270px', left: '665px'}, 250, 'linear');
						$('div#container-b .image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
					
					});		
					break;
			}
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-i, div#container-e, div#container-d, div#container-f, div#container-g, div#container-h, div#container-b').addClass('container-b-first-animation-deactive');
					setTimeout(function() {
						$('div#container-c').addClass('container-b-second-animation-deactive');
						setTimeout(function() {
							$('div#container-i, div#container-e, div#container-d, div#container-f, div#container-g, div#container-h, div#container-b, div#container-c').removeClass('container-b-first-animation-active');		
							$('div#container-i, div#container-e, div#container-d, div#container-f, div#container-g, div#container-h, div#container-b, div#container-c').removeClass('container-b-second-animation-active');		
							$('div#container-i, div#container-e, div#container-d, div#container-f, div#container-g, div#container-h, div#container-b, div#container-c').removeClass('container-b-first-animation-deactive');		
							$('div#container-i, div#container-e, div#container-d, div#container-f, div#container-g, div#container-h, div#container-b, div#container-c').removeClass('container-b-second-animation-deactive');						
						}, 1000);
					}, 1000);
					break;
				case 'js':
					$('div#container-i').stop().animate({width: '367px', height: '197px', top: '197px', left: '5px'}, 250, 'linear');
					$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
					
					$('div#container-e').stop().animate({width: '355px', height: '113px', top: '10px', left: '382px'}, 250, 'linear');
					$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
					
					$('div#container-d div.image').stop().animate({'background-position': '225px -207px'}, 250, 'linear');
						
					$('div#container-f').stop().animate({width: '187px', height: '261px', top: '133px', left: '382px'}, 250, 'linear');
					$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
					
					$('div#container-g').stop().animate({width: '158px', height: '127px', top: '133px', left: '579px'}, 250, 'linear');
					$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
					
					$('div#container-h').stop().animate({width: '241px', height: '124px', top: '270px', left: '579px'}, 250, 'linear');
					$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
					
					$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
					$('div#container-b .image').stop().animate({'background-position': '0px 0px'}, 250, 'linear', function() {
					
						$('div#container-a').stop().animate({width: '187px', height: '177px', top: '10px', left: '5px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '170px', height: '177px', top: '10px', left: '202px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
					
					});	
					break;
			}	
		}	
	},
	container_c: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 5000;
					break;
				case 'js':
					return 1250;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-e, div#container-f, div#container-g, div#container-d, div#container-h, div#container-c, div#container-i').addClass('container-c-first-animation-active');	
					setTimeout(function() {
						$('div#container-c, div#container-a, div#container-i').addClass('container-c-second-animation-active');
						setTimeout(function() {
							$('div#container-c div.title').animate({left: '35px', opacity: '1'}, 250, 'linear', function() {
								$('div#container-c div.text p').fadeIn('250');
							});
						}, 1000);
					}, 1000);
					break;
				case 'js':
					$('div#container-e').stop().animate({width: '256px', left: '537px'}, 250, 'linear');
					$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
					
					$('div#container-f').stop().animate({width: '141px', left: '537px'}, 250, 'linear');
					$('div#container-f div.image').stop().animate({'background-position': '-12px -10px'}, 250, 'linear');
					
					$('div#container-g').stop().animate({width: '105px', left: '688px'}, 250, 'linear');
					$('div#container-g div.image').stop().animate({'background-position': '267px -122px'}, 250, 'linear');
					
					$('div#container-d').stop().animate({width: '152px', left: '803px'}, 250, 'linear');
					$('div#container-d div.image').stop().animate({'background-position': '142px -257px'}, 250, 'linear');
					
					$('div#container-h').stop().animate({width: '132px', left: '688px'}, 250, 'linear');
					$('div#container-h .image').stop().animate({'background-position': '34px 46px'}, 250, 'linear');
					
					$('div#container-c').stop().animate({width: '325px', left: '202px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-65px -142px'}, 250, 'linear');
																	
					$('div#container-i').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
					$('div#container-i .image').stop().animate({'background-position': '-389px -134px'}, 250, 'linear', function() {
					
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '325px', height: '384px', top: '10px', left: '202px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-65px -142px'}, 250, 'linear');
						
						$('div#container-a').stop().animate({width: '187px', height: '113px', top: '10px', left: '5px'}, 250, 'linear');
						$('div#container-a div.image').stop().animate({'background-position': '-36px -30px'}, 250, 'linear');
												
						$('div#container-i').stop().animate({width: '187px', height: '261px', top: '133px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-389px -134px'}, 250, 'linear', function() {
							
							$('div#container-c div.title').animate({left: '35px', opacity: '1'}, 250, 'linear', function() {
								$('div#container-c div.text p').fadeIn('250');
							});
						
						});
					
					});
					break;
			}
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-c div.text p').fadeOut('250', function() {	
						$('div#container-c div.title').animate({left: '15px', opacity: '0'}, 250, 'linear', function() {
							$('div#container-c, div#container-a, div#container-i').addClass('container-c-first-animation-deactive');	
							setTimeout(function() {
								$('div#container-e, div#container-f, div#container-g, div#container-d, div#container-h, div#container-c, div#container-i').addClass('container-c-second-animation-deactive');
								setTimeout(function() {
									$('div.container').removeClass('container-c-first-animation-active');		
									$('div.container').removeClass('container-c-second-animation-active');	
									$('div.container').removeClass('container-c-first-animation-deactive');		
									$('div.container').removeClass('container-c-second-animation-deactive');						
								}, 1000);
							}, 1000);
						});
					});
					break;
				case 'js':
					$('div#container-c div.text p').fadeOut('250', function() {	
								
						$('div#container-c div.title').animate({left: '15px', opacity: '0'}, 250, 'linear', function() {
						
							$('div#container-c').stop().animate({height: '177px', top: '10px'}, 250, 'linear');
								
							$('div#container-a').stop().animate({height: '177px', top: '10px'}, 250, 'linear');
							$('div#container-a div.image').stop().animate({'background-position': '-36px 0px'}, 250, 'linear');
								
							$('div#container-i').stop().animate({height: '197px', top: '197px'}, 250, 'linear');
							$('div#container-i .image').stop().animate({'background-position': '-389px -134px'}, 250, 'linear', function() {
								
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
								
								$('div#container-c').stop().animate({width: '170px', height: '177px', top: '10px', left: '202px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-i').stop().animate({width: '367px', height: '197px', top: '197px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '355px', height: '113px', top: '10px', left: '382px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
								
								$('div#container-f').stop().animate({width: '187px', height: '261px', top: '133px', left: '382px'}, 250, 'linear');
								$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
								
								$('div#container-g').stop().animate({width: '158px', height: '127px', top: '133px', left: '579px'}, 250, 'linear');
								$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
								
								$('div#container-h').stop().animate({width: '241px', height: '124px', top: '270px', left: '579px'}, 250, 'linear');
								$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
								
								$('div#container-d').stop().animate({width: '208px', height: '250px', top: '10px', left: '747px'}, 250, 'linear');
								$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear');
								
							});
							
						});
						
					});
					break;
			}
		}	
	},
	container_d: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 6000;
					break;
				case 'js':
					return 1500;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			$('div#container-h div.text').hide();
						
			switch(animationType) {
				case 'css':
					$('div#container-c').addClass('container-d-first-animation-active');	
					setTimeout(function() {
						$('div#container-c, div#container-i, div#container-e, div#container-f, div#container-g, div#container-h, div#container-a').addClass('container-d-second-animation-active');
						setTimeout(function() {
							$('div#container-g, div#container-d').addClass('container-d-third-animation-active');
							setTimeout(function() {
								$('div#container-d div.title').animate({left: '120px', opacity: '1'}, 250, 'linear', function() {
									$('div#container-d div.text p').fadeIn('250');
								});
							}, 1000);
						}, 1000);
					}, 1000);
					break;
				case 'js':
					
					$('div#container-c').stop().animate({height: '113px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-251px -245px'}, 250, 'linear', function() {
					
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						$('div#container-b .image').stop().animate({width: '125px', height: '124px', 'background-position': '0px 0px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '148px', left: '178px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-251px -245px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '163px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-388px -65px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '69px', left: '336px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '-164px -258px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '69px', left: '178px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-203px -4px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '148px', left: '257px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '84px 0'}, 250, 'linear');
						
						$('div#container-h').stop().animate({width: '405px', left: '415px'}, 250, 'linear');
						$('div#container-h .image').stop().animate({'background-position': '0px 262px'}, 250, 'linear');
						
						$('div#container-a').stop().animate({width: '163px', left: '5px'}, 250, 'linear');
						$('div#container-a div.image').stop().animate({'background-position': '-48px 0px'}, 250, 'linear', function() {
						
							$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
							$('div#container-b .image').stop().animate({width: '125px', height: '124px', 'background-position': '0px 0px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({width: '148px', height: '261px', top: '133px', left: '257px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '84px 0'}, 250, 'linear');
							
							$('div#container-d').stop().animate({width: '540px', height: '250px', top: '10px', left: '415px'}, 250, 'linear');
							$('div#container-d div.image').stop().animate({'background-position': '55px -183px'}, 250, 'linear', function() {
							
								$('div#container-d div.title').animate({left: '120px', opacity: '1'}, 250, 'linear', function() {
									$('div#container-d div.text p').fadeIn();
								});
							
							});
							
						});
					
					});	
					break;
			}	
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-d div.text p').fadeOut('250', function() {	
						$('div#container-d div.title').animate({left: '140px', opacity: '0'}, 250, 'linear', function() {
							$('div#container-g, div#container-d').addClass('container-d-first-animation-deactive');	
							setTimeout(function() {
								$('div#container-c, div#container-i, div#container-e, div#container-f, div#container-g, div#container-h, div#container-a').addClass('container-d-second-animation-deactive');
								setTimeout(function() {
									$('div#container-c').addClass('container-d-third-animation-deactive');
									setTimeout(function() {
										$('div.container').removeClass('container-d-first-animation-active');		
										$('div.container').removeClass('container-d-second-animation-active');		
										$('div.container').removeClass('container-d-third-animation-active');	
										$('div.container').removeClass('container-d-first-animation-deactive');		
										$('div.container').removeClass('container-d-second-animation-deactive');	
										$('div.container').removeClass('container-d-third-animation-deactive');			
									}, 1000);		
									$('div#container-h div.text').show();										
								}, 1000);
							}, 1000);
						});
					});
					break;
				case 'js':
					$('div#container-d div.text p').fadeOut('250', function() {
					
						$('div#container-d div.title').animate({left: '140px', opacity: '0'}, 250, 'linear', function() {
				
							$('div#container-g').stop().animate({height: '127px', top: '133px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
							
							$('div#container-d').stop().animate({width: '208px', left: '747px'}, 250, 'linear');
							$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear', function() {
							
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
								$('div#container-a').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
								$('div#container-a div.image').stop().animate({'background-position': '-36px 0px'}, 250, 'linear');
								
								$('div#container-c').stop().animate({width: '170px', left: '202px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-i').stop().animate({width: '367px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '355px', left: '382px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
								
								$('div#container-f').stop().animate({width: '187px', left: '382px'}, 250, 'linear');
								$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
								
								$('div#container-g').stop().animate({width: '158px', left: '579px'}, 250, 'linear');
								$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
								
								$('div#container-h').stop().animate({width: '241px', left: '579px'}, 250, 'linear');
								$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear', function() {
								
									$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
								
									$('div#container-c').stop().animate({height: '177px', top: '10px'}, 250, 'linear');
									$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
					
									$('div#container-h div.text').show();			
								
								});						
							
							});					
						
						});
					
					});			
							
					break;
			}
		}	
	},
	container_e: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 2500;
					break;
				case 'js':
					return 1000;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-e, div#container-f, div#container-g, div#container-d, div#container-h, div#container-c, div#container-i').addClass('container-e-first-animation-active');	
					setTimeout(function() {
						$('div#container-e, div#container-f, div#container-g').addClass('container-e-second-animation-active');
						setTimeout(function() {
							$('div#container-e div.title').animate({right: '190px', opacity: '1'}, 250, 'linear', function() {
								$('div#container-e div.text p').fadeIn();
							});
						}, 1000);
					}, 1000);
					break;
				case 'js':
					$('div#container-e').stop().animate({width: '548px', left: '293px'}, 250, 'linear');
					$('div#container-e div.image').stop().animate({'background-position': '76px -163px'}, 250, 'linear');
					
					$('div#container-f').stop().animate({width: '276px', left: '293px'}, 250, 'linear');
					$('div#container-f div.image').stop().animate({'background-position': '-52px -96px'}, 250, 'linear');
					
					$('div#container-g').stop().animate({width: '85px', left: '579px'}, 250, 'linear');
					$('div#container-g div.image').stop().animate({'background-position': '138px -75px'}, 250, 'linear');
					
					$('div#container-d').stop().animate({width: '104px', left: '851px'}, 250, 'linear');
					$('div#container-d div.image').stop().animate({'background-position': '172px -278px'}, 250, 'linear');
					
					$('div#container-h').stop().animate({width: '146px', left: '674px'}, 250, 'linear');
					$('div#container-h .image').stop().animate({'background-position': '10px 151px'}, 250, 'linear');
					
					$('div#container-c').stop().animate({width: '81px', left: '202px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-223px -157px'}, 250, 'linear');
					
					$('div#container-i').stop().animate({width: '278px', left: '5px'}, 250, 'linear');
					$('div#container-i .image').stop().animate({'background-position': '-370px -115px'}, 250, 'linear', function() {
							
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '548px', height: '250px', top: '10px', left: '293px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '76px -163px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '276px', height: '124px', top: '270px', left: '293px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-52px -96px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '85px', height: '124px', top: '270px', left: '579px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '138px -75px'}, 250, 'linear', function() {
							
							$('div#container-e div.title').animate({right: '190px', opacity: '1'}, 250, 'linear', function() {
								$('div#container-e div.text p').fadeIn();
							});
						
						});
							
					});		
					break;
			}
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-e div.text p').fadeOut('250', function() {
						$('div#container-e div.title').animate({right: '170px', opacity: '0'}, 250, 'linear', function() {
							$('div#container-e, div#container-f, div#container-g').addClass('container-e-first-animation-deactive');	
							setTimeout(function() {
								$('div#container-e, div#container-f, div#container-g, div#container-d, div#container-h, div#container-c, div#container-i').addClass('container-e-second-animation-deactive');
								setTimeout(function() {
									$('div.container').removeClass('container-e-first-animation-active');		
									$('div.container').removeClass('container-e-second-animation-active');	
									$('div.container').removeClass('container-e-first-animation-deactive');		
									$('div.container').removeClass('container-e-second-animation-deactive');									
								}, 1000);				
								$('div#container-h div.text').show();		
							}, 1000);
						});
					});
					break;
				case 'js':
					$('div#container-e div.text p').fadeOut('250', function() {
								
						$('div#container-e div.title').animate({right: '170px', opacity: '0'}, 250, 'linear', function() {
					
							$('div#container-e').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
							
							$('div#container-f').stop().animate({height: '261px', top: '133px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({height: '127px', top: '133px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear', function() {
														
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
								$('div#container-c').stop().animate({width: '170px', height: '177px', top: '10px', left: '202px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-i').stop().animate({width: '367px', height: '197px', top: '197px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '355px', left: '382px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
								
								$('div#container-f').stop().animate({width: '187px', left: '382px'}, 250, 'linear');
								$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
								
								$('div#container-g').stop().animate({width: '158px', left: '579px'}, 250, 'linear');
								$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
								
								$('div#container-h').stop().animate({width: '241px', height: '124px', top: '270px', left: '579px'}, 250, 'linear');
								$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
								
								$('div#container-d').stop().animate({width: '208px', height: '250px', top: '10px', left: '747px'}, 250, 'linear');
								$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear');
							
							});
						
						});
					
					});
					break;
			}
		}	
	},
	container_f: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 6000;
					break;
				case 'js':
					return 1500;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					break;
				case 'js':
					$('div#container-e').stop().animate({width: '110px', left: '627px'}, 250, 'linear');
					$('div#container-e div.image').stop().animate({'background-position': '-161px -247px'}, 250, 'linear');
											
					$('div#container-d').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
					$('div#container-d div.image').stop().animate({'background-position': '206px -382px'}, 250, 'linear');
					
					$('div#container-h').stop().animate({width: '193px', left: '627px'}, 250, 'linear');
					
					$('div#container-c').stop().animate({width: '57px', left: '185px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-261px -246px'}, 250, 'linear');
					
					$('div#container-a').stop().animate({width: '170px', left: '5px'}, 250, 'linear');
					$('div#container-a div.image').stop().animate({'background-position': '-45px 0px'}, 250, 'linear');
					
					$('div#container-g').stop().animate({width: '110px', left: '627px'}, 250, 'linear');
					$('div#container-g div.image').stop().animate({'background-position': '196px -52px'}, 250, 'linear');
					
					$('div#container-i').stop().animate({width: '237px', left: '5px'}, 250, 'linear', function() {
					
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '110px', height: '113px', top: '10px', left: '725px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '-161px -247px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({height: '384px', top: '10px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-42px -27px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '230px', height: '127px', top: '133px', left: '725px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '196px -52px'}, 250, 'linear');
						
						$('div#container-d').stop().animate({width: '110px', height: '113px', top: '10px', left: '845px'}, 250, 'linear');
						$('div#container-d div.image').stop().animate({'background-position': '206px -382px'}, 250, 'linear');
						
						$('div#container-h').stop().animate({width: '95px', height: '124px', top: '270px', left: '725px'}, 250, 'linear');
						$('div#container-h .image').stop().animate({'background-position': '161px 174px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '57px', height: '113px', top: '10px', left: '185px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-261px -246px'}, 250, 'linear');
						
						$('div#container-a').stop().animate({width: '170px', height: '113px', top: '10px', left: '5px'}, 250, 'linear');
						$('div#container-a div.image').stop().animate({'background-position': '-45px -30px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '237px', height: '261px', top: '133px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-375px -140px'}, 250, 'linear', function() {
						
							$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
							$('div#container-f').stop().animate({width: '463px', left: '252px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '-42px -27px'}, 250, 'linear', function() {
							
								$('div#container-f div.title').animate({left: '205px', opacity: '1'}, 250, 'linear', function() {
									$('div#container-f div.text p').fadeIn();
								});
							
							});
													
						});
					
					});
					break;
			}
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					break;
				case 'js':
					$('div#container-f div.text p').fadeOut('250', function() {
					
						$('div#container-f div.title').animate({left: '185px', opacity: '0'}, 250, 'linear', function() {
					
							$('div#container-f').stop().animate({width: '187px', left: '382px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear', function() {
							
								$('div#container-b').stop().animate({width: '125px', left: '830px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '110px', left: '627px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
								
								$('div#container-f').stop().animate({height: '261px', top: '133px'}, 250, 'linear');
								$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');

								$('div#container-g').stop().animate({width: '110px', left: '627px'}, 250, 'linear');
								$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
								
								$('div#container-h').stop().animate({width: '193px', left: '627px'}, 250, 'linear');
								$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
								
								$('div#container-c').stop().animate({height: '177px', top: '10px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-a').stop().animate({height: '177px', top: '10px'}, 250, 'linear');
								$('div#container-a div.image').stop().animate({'background-position': '-43px 0px'}, 250, 'linear');
								
								$('div#container-i').stop().animate({height: '197px', top: '197px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-375px -140px'}, 250, 'linear');
								
								$('div#container-d').stop().animate({width: '208px', left: '747px'}, 250, 'linear');
								$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear', function() {
						
									$('div#container-b').stop().animate({width: '125px', left: '830px'}, 250, 'linear');
									
									$('div#container-a').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
									$('div#container-a div.image').stop().animate({'background-position': '-36px 0px'}, 250, 'linear');
									
									$('div#container-c').stop().animate({width: '170px', left: '202px'}, 250, 'linear');
									$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
									
									$('div#container-i').stop().animate({width: '367px', left: '5px'}, 250, 'linear');
									$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
									
									$('div#container-e').stop().animate({width: '355px', left: '382px'}, 250, 'linear');
									$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
									
									$('div#container-f').stop().animate({width: '187px', left: '382px'}, 250, 'linear');
									$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
									
									$('div#container-g').stop().animate({width: '158px', left: '579px'}, 250, 'linear');
									$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
									
									$('div#container-h').stop().animate({width: '241px', left: '579px'}, 250, 'linear');
									$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
									
									$('div#container-d').stop().animate({height: '250px', top: '10px'}, 250, 'linear');
									$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear');
									
								});
							
							});
						
						});
					
					});
					break;
			}	
		}	
	},
	container_g: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 6000;
					break;
				case 'js':
					return 1500;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					break;
				case 'js':
					$('div#container-f div.text').hide();
					$('div#container-e div.text').hide();
					
					$('div#container-c').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-152px -309px'}, 250, 'linear');
					
					$('div#container-i').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
					$('div#container-i .image').stop().animate({'background-position': '-430px -170px'}, 250, 'linear');
					
					$('div#container-f').stop().animate({height: '124px', top: '270px'}, 250, 'linear');
					$('div#container-f div.image').stop().animate({'background-position': '-265px -70px'}, 250, 'linear', function() {
						
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						$('div#container-b .image').stop().animate({width: '125px', height: '124px', 'background-position': '0px 0px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '185px', left: '188px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-152px -309px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '173px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-430px -170px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '437px', left: '383px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '-1px -368px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '382px', left: '188px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-265px -70px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '632px', left: '188px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '0px -58px'}, 250, 'linear');
						
						$('div#container-d').stop().animate({width: '125px', left: '830px'}, 250, 'linear');
						$('div#container-d div.image').stop().animate({'background-position': '245px -186px'}, 250, 'linear');
						
						$('div#container-a').stop().animate({width: '173px', left: '5px'}, 250, 'linear');
						$('div#container-a div.image').stop().animate({'background-position': '-43px 0px'}, 250, 'linear', function() {
						
							$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
							
							$('div#container-c').stop().animate({height: '61px', top: '10px'}, 250, 'linear');
							$('div#container-c div.image').stop().animate({'background-position': '-152px -309px'}, 250, 'linear');
							
							$('div#container-e').stop().animate({height: '61px', top: '10px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '-1px -368px'}, 250, 'linear');
							
							$('div#container-f').stop().animate({height: '61px', top: '333px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '-265px -70px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({height: '242px', top: '81px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '0px -58px'}, 250, 'linear');
							
							$('div#container-h').stop().animate({height: '61px', top: '333px'}, 250, 'linear');
							$('div#container-h .image').stop().animate({'background-position': '30px 313px'}, 250, 'linear', function() {
							
								$('div#container-g div.title').animate({right: '290px', opacity: '1'}, 250, 'linear', function() {
									$('div#container-g div.text p').fadeIn();
								});
							
							});
							
						});
					
					});	
					break;
			}	
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					break;
				case 'js':
					$('div#container-g div.text p').fadeOut('250', function() {
					
						$('div#container-g div.title').animate({right: '270px', opacity: '0'}, 250, 'linear', function() {
					
							$('div#container-e').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
							
							$('div#container-c').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
							$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
							
							$('div#container-f').stop().animate({height: '124px', top: '270px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
							
							$('div#container-h').stop().animate({height: '124px', top: '270px'}, 250, 'linear');
							$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({height: '127px', top: '133px'}, 250, 'linear', function() {
							
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
								
								$('div#container-a').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
								$('div#container-a div.image').stop().animate({'background-position': '-36px 0px'}, 250, 'linear');
								
								$('div#container-c').stop().animate({width: '170px', left: '202px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-i').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '355px', left: '382px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
								
								$('div#container-f').stop().animate({width: '187px', left: '382px'}, 250, 'linear');
								$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
								
								$('div#container-d').stop().animate({width: '208px', left: '747px'}, 250, 'linear');
								$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear');
								
								$('div#container-g').stop().animate({width: '158px', left: '579px'}, 250, 'linear', function() {
								
									$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
									
									$('div#container-i').stop().animate({width: '367px', left: '5px'}, 250, 'linear');
									$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
									
									$('div#container-c').stop().animate({height: '177px', top: '10px'}, 250, 'linear');
									$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
									
									$('div#container-f').stop().animate({height: '261px', top: '133px'}, 250, 'linear');
									$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
									
									$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
							
									$('div#container-f div.text').show();
									$('div#container-e div.text').show();
									
								});
							
							});
						
						});
					
					});		
					break;
			}
		}	
	},
	container_h: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 5000;
					break;
				case 'js':
					return 1250;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					break;
				case 'js':
					$('div#container-e div.text').hide();
					
					$('div#container-f').stop().animate({height: '197px', top: '197px'}, 250, 'linear');
					$('div#container-f div.image').stop().animate({'background-position': '-190px -75px'}, 250, 'linear', function() {
						
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '67px', left: '202px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-235px -242px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '144px', left: '5px'}, 250, 'linear');
						$('div#container-i .image').stop().animate({'background-position': '-395px -170px'}, 250, 'linear');
						
						$('div#container-e').stop().animate({width: '541px', left: '279px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '0px -357px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '110px', left: '159px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-190px -75px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '67px', left: '279px'}, 250, 'linear');						
						$('div#container-g div.image').stop().animate({'background-position': '155px 0px'}, 250, 'linear');
						
						$('div#container-h').stop().animate({width: '464px', left: '356px'}, 250, 'linear');
						
						$('div#container-d').stop().animate({width: '125px', left: '830px'}, 250, 'linear');
						$('div#container-d div.image').stop().animate({'background-position': '157px -274px'}, 250, 'linear', function() {
					 
							$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
							
							$('div#container-e').stop().animate({height: '97px', top: '10px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '0px -357px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({height: '279px', top: '117px'}, 250, 'linear');						
							$('div#container-g div.image').stop().animate({'background-position': '155px 0px'}, 250, 'linear');
							
							$('div#container-h').stop().animate({height: '279px', top: '117px'}, 250, 'linear');
							$('div#container-h .image').stop().animate({'background-position': '0 110px'}, 250, 'linear', function() {
							
								$('div#container-h div.title').animate({left: '120px', opacity: '1'}, 250, 'linear', function() {
									$('div#container-h div.text p').fadeIn();
								});
							
							});
							

						});
					});
					break;
			}
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					break;
				case 'js':
					$('div#container-h div.text p').fadeOut('250', function() {
					
						$('div#container-h div.title').animate({left: '140px', opacity: '0'}, 250, 'linear', function() {
					
							$('div#container-e').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({height: '127px', top: '133px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
							
							$('div#container-h').stop().animate({height: '124px', top: '270px'}, 250, 'linear', function() {
								
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
							
								$('div#container-i').stop().animate({width: '367px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
								
								$('div#container-c').stop().animate({width: '170px', left: '202px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-f').stop().animate({width: '187px', left: '382px'}, 250, 'linear');
								$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
								
								$('div#container-g').stop().animate({width: '158px', left: '579px'}, 250, 'linear');
								$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
								
								$('div#container-e').stop().animate({width: '355px', left: '382px'}, 250, 'linear');
								$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
								
								$('div#container-d').stop().animate({width: '208px', left: '747px'}, 250, 'linear');
								$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear');
								
								$('div#container-h').stop().animate({width: '241px', left: '579px'}, 250, 'linear');
								$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear', function() {
								
									$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
									
									$('div#container-f').stop().animate({height: '261px', top: '133px'}, 250, 'linear');
									$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
									
									$('div#container-e div.text').show();
														
								}); 
							
							});
						
						});
					
					});	
					break;
			}	
		}	
	},
	container_i: {
		time: function() {
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
			switch(animationType) {
				case 'css':
					return 4000;
					break;
				case 'js':
					return 1000;
					break;
			}
		},
		activate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-a, div#container-c, div#container-i').addClass('container-i-first-animation-active');	
					setTimeout(function() {
						$('div#container-a, div#container-c, div#container-i, div#container-e, div#container-f, div#container-g, div#container-d, div#container-h').addClass('container-i-second-animation-active');
						setTimeout(function() {
							$('div#container-i div.title').animate({left: '275px', opacity: '1'}, 250, 'linear', function() {
								$('div#container-i div.text p').fadeIn('250');
							});
						}, 1000);
					}, 1000);
					break;
				case 'js':
					$('div#container-a').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
					$('div#container-a div.image').stop().animate({'background-position': '-36px -30px'}, 250, 'linear');
						
					$('div#container-c').stop().animate({height: '113px', top: '10px'}, 250, 'linear');
					$('div#container-c div.image').stop().animate({'background-position': '-15px -258px'}, 250, 'linear');
					
					$('div#container-i').stop().animate({height: '261px', top: '133px'}, 250, 'linear', function() {
					
						$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
						$('div#container-b div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
														
						$('div#container-a').stop().animate({width: '255px', height: '113px', top: '10px', left: '5px'}, 250, 'linear');
						$('div#container-a div.image').stop().animate({'background-position': '-3px -30px'}, 250, 'linear');
						
						$('div#container-i').stop().animate({width: '530px', left: '5px'}, 250, 'linear');
						$('div#container-i div.image').stop().animate({'background-position': '-233px -93px'}, 250, 'linear');
						
						$('div#container-c').stop().animate({width: '340px', height: '113px', top: '10px', left: '270px'}, 250, 'linear');
						$('div#container-c div.image').stop().animate({'background-position': '-15px -258px'}, 250, 'linear');
					
						$('div#container-e').stop().animate({width: '242px', height: '113px', top: '10px', left: '620px'}, 250, 'linear');
						$('div#container-e div.image').stop().animate({'background-position': '0 -272px'}, 250, 'linear');
						
						$('div#container-f').stop().animate({width: '127px', height: '261px', top: '133px', left: '545px'}, 250, 'linear');
						$('div#container-f div.image').stop().animate({'background-position': '-19px -92px'}, 250, 'linear');
						
						$('div#container-g').stop().animate({width: '180px', height: '127px', top: '133px', left: '682px'}, 250, 'linear');
						$('div#container-g div.image').stop().animate({'background-position': '247px -173px'}, 250, 'linear');
						
						$('div#container-d').stop().animate({width: '84px', height: '250px', top: '10px', left: '872px'}, 250, 'linear');
						$('div#container-d div.image').stop().animate({'background-position': '180px -289px'}, 250, 'linear');
						
						$('div#container-h').stop().animate({width: '138px', height: '124px', top: '270px', left: '682px'}, 250, 'linear');
						$('div#container-h div.image').stop().animate({'background-position': '51px 197px'}, 250, 'linear', function() {
							
							$('div#container-i div.title').animate({left: '275px', opacity: '1'}, 250, 'linear', function() {
								$('div#container-i div.text p').fadeIn('250');
							});
						
						});
					
					});
					break;
			}
		},
		deactivate: function() {
		
			var animationType = $('.lta-retail-banner').attr('banner:animationType');
						
			switch(animationType) {
				case 'css':
					$('div#container-i div.text p').fadeOut('250', function() {
						$('div#container-i div.title').animate({left: '250px', opacity: '0'}, 250, 'linear', function() {
							$('div#container-a, div#container-c, div#container-i, div#container-e, div#container-f, div#container-g, div#container-d, div#container-h').addClass('container-i-first-animation-deactive');	
							setTimeout(function() {
								$('div#container-e, div#container-e, div#container-e').addClass('container-i-second-animation-deactive');
								setTimeout(function() {
									$('div.container').removeClass('container-i-first-animation-active');		
									$('div.container').removeClass('container-i-second-animation-active');	
									$('div.container').removeClass('container-i-first-animation-deactive');		
									$('div.container').removeClass('container-i-second-animation-deactive');									
								}, 1000);				
								$('div#container-h div.text').show();		
							}, 1000);
						});
					});
					break;
				case 'js':
					
					$('div#container-i div.text p').fadeOut('250', function() {
					
						$('div#container-i div.title').animate({left: '250px', opacity: '0'}, 250, 'linear', function() {
						
							$('div#container-a').stop().animate({width: '187px', left: '5px'}, 250, 'linear');
							$('div#container-a div.image').stop().animate({'background-position': '-36px -30px'}, 250, 'linear');
							
							$('div#container-c').stop().animate({width: '170px', left: '202px'}, 250, 'linear');
							$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
							
							$('div#container-i').stop().animate({width: '367px', left: '5px'}, 250, 'linear');
							$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
							
							$('div#container-e').stop().animate({width: '355px', height: '113px', top: '10px', left: '382px'}, 250, 'linear');
							$('div#container-e div.image').stop().animate({'background-position': '-15px -322px'}, 250, 'linear');
							
							$('div#container-f').stop().animate({width: '187px', height: '261px', top: '133px', left: '382px'}, 250, 'linear');
							$('div#container-f div.image').stop().animate({'background-position': '0px 0px'}, 250, 'linear');
							
							$('div#container-g').stop().animate({width: '158px', height: '127px', top: '133px', left: '579px'}, 250, 'linear');
							$('div#container-g div.image').stop().animate({'background-position': '247px -142px'}, 250, 'linear');
							
							$('div#container-h').stop().animate({width: '241px', height: '124px', top: '270px', left: '579px'}, 250, 'linear');
							$('div#container-h .image').stop().animate({'background-position': '30px 264px'}, 250, 'linear');
							
							$('div#container-d').stop().animate({width: '208px', height: '250px', top: '10px', left: '747px'}, 250, 'linear');
							$('div#container-d div.image').stop().animate({'background-position': '227px -207px'}, 250, 'linear', function() {
								
								$('div#container-b').stop().animate({width: '125px', height: '124px', top: '270px', left: '830px'}, 250, 'linear');
								
								$('div#container-a').stop().animate({width: '187px', height: '177px', top: '10px', left: '5px'}, 250, 'linear');
								$('div#container-a div.image').stop().animate({'background-position': '-36px 0px'}, 250, 'linear');
								
								$('div#container-c').stop().animate({width: '170px', height: '177px', top: '10px', left: '202px'}, 250, 'linear');
								$('div#container-c div.image').stop().animate({'background-position': '-152px -245px'}, 250, 'linear');
								
								$('div#container-i').stop().animate({width: '367px', height: '197px', top: '197px', left: '5px'}, 250, 'linear');
								$('div#container-i .image').stop().animate({'background-position': '-333px -170px'}, 250, 'linear');
							
							});
						
						});
					
					});
					
					break;
			}
		}	
	}
	
};
