jQuery(".mtpl6").hover(function(){
jQuery(this).find(".mtpl_hover").stop().animate({ height: 340},{ queue: false,duration:fastSpeed});},function()
{
if(jQuery(this).find(".mtpl_hover").height()== 340)
{ setTimeout(function()
{ jQuery(".mtpl6").find(".mtpl6_hover").stop().animate({ height: 0},{ queue: false, duration: slowSpeed});},200);}
else
{ jQuery(this).find(".mtpl_hover").stop().animate({ height: 0},{ queue: false, duration: slowSpeed});}});; jQuery(".mtpl5").hover(function(){
jQuery(this).find(".mtpl_hover").stop().animate({ height: 340},{ queue: false,duration:fastSpeed});
jQuery(this).find("h2").css({"color":"#009dde"});
jQuery(this).find("p").css({"color":"#666"});},function()
{
jQuery(this).find("h2").css({"color":"#0d2043"});
jQuery(this).find("p").css({"color":"#8290a2"});
if(jQuery(this).find(".mtpl_hover").height()== 340)
{
setTimeout(function()
{ jQuery(".mtpl5").find(".mtpl5_hover").stop().animate({ height: 0},{ queue: false, duration: slowSpeed});},200);}
else
{ jQuery(this).find(".mtpl_hover").stop().animate({ height: 0},{ queue: false, duration: slowSpeed});}});; jQuery(".mtpl4").hover(function(){
jQuery(this).find(".mtpl_hover").stop().animate({ height: 340},{ queue: false,duration:fastSpeed});
jQuery(this).find("h2").css({"color":"#009dde"});
jQuery(this).find("p").css({"color":"#666"});},function()
{
if(jQuery(this).find(".mtpl_hover").height()== 340)
{
setTimeout(function()
{ jQuery(".mtpl4").find(".mtpl4_hover").stop().animate({ height: 0},{ queue: false, duration: slowSpeed});},200);}
else
{ jQuery(this).find(".mtpl_hover").stop().animate({ height: 0},{ queue: false, duration: slowSpeed});}
jQuery(this).find("h2").css({"color":"#0d2043"});
jQuery(this).find("p").css({"color":"#8290a2"});});
