	$(document).ready(function(){
				
				//Horizontal Sliding
				$('.dead.slideright').hover(function(){
					$(".cover", this).stop().animate({top:'33px'},{queue:false,duration:225});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:225});
				});
				
					//Horizontal Sliding
				$('.bitchin.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				//Horizontal Sliding
				$('.park.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				//Horizontal Sliding
				$('.passage.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
					//Horizontal Sliding
				$('.wood.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
					//Horizontal Sliding
				$('.king.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
					//Horizontal Sliding
				$('.cough.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
					//Horizontal Sliding
				$('.zac.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
				//Horizontal Sliding
				$('.angel.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});

				
				//Horizontal Sliding
				$('.dinner.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
					//Horizontal Sliding
				$('.boxgrid.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
					//Horizontal Sliding
				$('.lmm.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
					//Horizontal Sliding
				$('.wildsafari.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
					//Horizontal Sliding
				$('.derek.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
					//Horizontal Sliding
				$('.lm.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
				//Horizontal Sliding
				$('.lee.slideright').hover(function(){
					$(".cover", this).stop().animate({left:'150px'},{queue:false,duration:450});
				}, function() {
					$(".cover", this).stop().animate({left:'0px'},{queue:false,duration:450});
				});
				
				//Horizontal Sliding
				$('.alive.sliderup').hover(function(){
					$(".cover", this).stop().animate({top:'17px'},{queue:false,duration:300});
				}, function() {
					$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:250});
				});
				
			});
