// JavaScript Document

$(document).ready(function() {

$('.RPSPanel').hover(function(){
	$(".PanelSlide", this).stop().animate({top:'40px'},{queue:false,duration:220});
	}, function() {
	$(".PanelSlide", this).stop().animate({top:'166px'},{queue:false,duration:160});
});




															
																													
																
																

});
