/* LOGO ************************/

@-webkit-keyframes switch {
	0% { background-position: 0px 0; } 
	100% { background-position: -1700px 0; }
} 

@keyframes switch { 
	0% { background-position: 0px 0; } 
	100% { background-position: -1700px 0; }
}

/* SECTION ************************/

@keyframes switch_section { 
	0% { background-position: 0px 0; } 
	100% { background-position: -508px 0; }
}

@-webkit-keyframes switch_section {
	0% { background-position: 0px 0; } 
	100% { background-position: -508px 0; }
} 

/* SQUEAKY ************************/

@keyframes switch_squeaky { 
	0% { background-position: 0px 0; } 
	100% { background-position: -892px 0; }
}

@-webkit-keyframes switch_squeaky {
	0% { background-position: 0px 0; } 
	100% { background-position: -892px 0; }
}

/* PLATFORM ************************/

@keyframes switch_platform { 
	0% { background-position: 0px 0; } 
	100% { background-position: -300px 0; }
}

@-webkit-keyframes switch_platform {
	0% { background-position: 0px 0; } 
	100% { background-position: -300px 0; }
}

/* SOCIAL ************************/

@keyframes switch_social { 
	0% { background-position: 0px 0; } 
	100% { background-position: -80px 0; }
}

@-webkit-keyframes switch_social {
	0% { background-position: 0px 0; } 
	100% { background-position: -80px 0; }
}

/* STORE PRODUCT ************************/

@keyframes switch_store { 
	0% { background-position: 0px 0; } 
	100% { background-position: -400px 0; }
}

@-webkit-keyframes switch_store {
	0% { background-position: 0px 0; } 
	100% { background-position: -400px 0; }
}

/* GAME PREORDER ************************/

@keyframes switch_jelly { 
	0% { background-position: 0px 0; } 
	100% { background-position: -600px 0; }
}

@-webkit-keyframes switch_jelly {
	0% { background-position: 0px 0; } 
	100% { background-position: -600px 0; }
}