$(document).ready(function(){
			
	//Larger thumbnail preview 
			
	$("#thumb_pp_coo").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-75px', 
				marginLeft: '-120px', 
				top: '50%', 
				left: '50%', 
				width: '200px',
				height: '119px', 
				padding: '2px' 
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '90px',  
				height: '64px',
				padding: '2px'
			}, 400);
	});

	$("#thumb_pp_pb").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-75px', 
				marginLeft: '-120px', 
				top: '50%', 
				left: '50%', 
				width: '200px',
				height: '129px', 
				padding: '2px' 
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '90px',  
				height: '64px',
				padding: '2px'
			}, 400);
	});

	$("#thumb_temp_coo").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-75px', 
				marginLeft: '-120px', 
				top: '50%', 
				left: '50%', 
				width: '200px',
				height: '115px', 
				padding: '2px' 
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '90px',  
				height: '64px',
				padding: '2px'
			}, 400);
	});

	$("#thumb_temp_pb").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-75px', 
				marginLeft: '-120px', 
				top: '50%', 
				left: '50%', 
				width: '200px',
				height: '138px', 
				padding: '2px' 
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '90px',  
				height: '64px',
				padding: '2px'
			}, 400);
	});

	$("#thumb_radar_coo").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-135px', 
				marginLeft: '-120px', 
				top: '50%', 
				left: '50%', 
				width: '200px',
				height: '221px'
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '100px',  
				height: '110px'
			}, 400);
	});

	$("#thumb_radar_pb").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-135px', 
				marginLeft: '-120px', 
				top: '50%', 
				left: '50%', 
				width: '200px',
				height: '200px'
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '0', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '110px',  
				height: '110px'
			}, 400);
	});
	
	$("#thumb_avisos").hover(function() {
		$(this).css({'z-index' : '10'});
		$(this).find('img').addClass("hover").stop()
			.animate({
				marginTop: '-25px', 
				marginLeft: '-40px', 
				top: '50%', 
				left: '50%', 
				width: '250px',
				height: '165.6px'
			}, 200);
		
		} , function() {
		$(this).css({'z-index' : '0'});
		$(this).find('img').removeClass("hover").stop()
			.animate({
				marginTop: '5px', 
				marginLeft: '0',
				top: '0', 
				left: '0', 
				width: '170px',
				height: '112.87px'
			}, 400);
	});
 
});
		
