$(document).ready(function(){
//=================== HOME =======================
//latest_episode
	$('.boxgrid_latest_episode.caption_latest_episode').hover(function(){
		$(".cover", this).stop().animate({top:'7px', height:'142px', width:'260px', 'padding' : '10px 0 0 10px'},{queue:false, duration:150});
	}, function() {
		$(".cover", this).stop().animate({top:'360px', height:'0px', width:'260px', 'padding' : '0 0 0 0'},{queue:false, duration:150});
	});
//Ultimas Noticias
	$('.boxgrid_latest_noticias.caption_latest_noticias').hover(function(){
		$(".cover", this).stop().animate({top:'7px', height:'103px', width:'190px', 'padding' : '10px 0 0 10px'},{queue:false, duration:150});
	}, function() {
		$(".cover", this).stop().animate({top:'360px', height:'0px', width:'190px', 'padding' : '0 0 0 0'},{queue:false, duration:150});
	});
//Ultimos Trailers
	$('.boxgrid_latest_trailers.caption_latest_trailers').hover(function(){
		$(".cover", this).stop().animate({top:'7px', height:'286px', width:'190px', 'padding' : '10px 0 0 10px'},{queue:false, duration:150});
	}, function() {
		$(".cover", this).stop().animate({top:'360px', height:'0px', width:'190px', 'padding' : '0 0 0 0'},{queue:false, duration:150});
	});
//Nuestros Shows
	$('.boxgrid_our_shows.caption_our_shows').hover(function(){
		$(".cover", this).stop().animate({top:'7px', height:'75px', width:'140px', 'padding' : '10px 0 0 10px'},{queue:false, duration:150});
	}, function() {
		$(".cover", this).stop().animate({top:'360px', height:'0px', width:'140px', 'padding' : '0 0 0 0'},{queue:false, duration:150});
	});
//Nuestras Recomendaciones
	$('.boxgrid_our_recommend.caption_our_recommend').hover(function(){
		$(".cover", this).stop().animate({top:'7px', height:'75px', width:'140px', 'padding' : '10px 0 0 10px'},{queue:false, duration:150});
	}, function() {
		$(".cover", this).stop().animate({top:'360px', height:'0px', width:'140px', 'padding' : '0 0 0 0'},{queue:false, duration:150});
	});
//=================== LOOP =======================
//Loop
	$('.boxgrid.caption').hover(function(){
	  $(".cover", this).stop().animate({top:'0px', height:'300px'},{queue:false,duration:150});
	}, function() {
	  $(".cover", this).stop().animate({top:'220px', height:'80px'},{queue:false,duration:150});
	});
//capitulos_recomended
	$('.boxgrid_capitulos_recomended.caption_capitulos_recomended').hover(function(){
		$(".cover", this).stop().animate({top:'70px', height:'71px'},{queue:false,duration:150});
	}, function() {
		$(".cover", this).stop().animate({top:'113px', height:'28px'},{queue:false,duration:150});
	});
	//Boxgrid Prev and Next Posts
	$('.boxgrid-featured.caption-featured').hover(function(){
	  $(".cover-featured", this).stop().animate({top:'74px', height:'70px'},{queue:false,duration:150});
	}, function() {
	  $(".cover-featured", this).stop().animate({top:'142px', height:'0px'},{queue:false,duration:150});
	});
	
	//SHOWS
	$('.boxgrid-home_shows.caption-home_shows').hover(function(){
		$(".cover-home_shows", this).stop().animate({top:'-8px', height:'134px', width:'245px', 'padding' : '10px 0 0 10px'},{queue:false,duration:150});
	}, function() {
		$(".cover-home_shows", this).stop().animate({top:'360px', height:'0px', width:'245px', 'padding' : '0 0 0 0'},{queue:false,duration:150});
	});
});
