$(document).ready(function() {
 
    
   
    $(".recent_col_1").hover(function() {	
	$('.recent_col_1 img').stop().css({ 'border': "1px solid #00aeef"}, 400); 
$('.recent_col_1 img').stop().animate({"opacity": "0.6"}, 400);
$('.recent_col_1 h2 a').stop().css({ 'color': "#00aeef"}, 400); 

},
function() {
	$('.recent_col_1 img').stop().css({ 'border': "1px solid #cdcdcd"}, 400);
$('.recent_col_1 img').stop().animate({"opacity": "1"}, 400);
$('.recent_col_1 h2 a').stop().css({ 'color': "#333333"}, 400);

});	
  });
 $(document).ready(function() {
 
    
   
    $(".recent_col_2").hover(function() {	
	$('.recent_col_2 img').stop().css({ 'border': "1px solid #00aeef"}, 400); 
$('.recent_col_2 img').stop().animate({"opacity": "0.6"}, 400);
$('.recent_col_2 h2 a').stop().css({ 'color': "#00aeef"}, 400); 
},
function() {
	$('.recent_col_2 img').stop().css({ 'border': "1px solid #cdcdcd"}, 400);
$('.recent_col_2 img').stop().animate({"opacity": "1"}, 400);
$('.recent_col_2 h2 a').stop().css({ 'color': "#333333"}, 400);
});	
  });
  $(document).ready(function() {
 
    
   
    $(".recent_col_3").hover(function() {
	$('.recent_col_3 img').stop().css({ 'border': "1px solid #00aeef"}, 400); 
$('.recent_col_3 img').stop().animate({"opacity": "0.6"}, 400);
$('.recent_col_3 h2 a').stop().css({ 'color': "#00aeef"}, 400); 
},
function() {
	$('.recent_col_3 img').stop().css({ 'border': "1px solid #cdcdcd"}, 400);
$('.recent_col_3 img').stop().animate({"opacity": "1"}, 400);
$('.recent_col_3 h2 a').stop().css({ 'color': "#333333"}, 400);
});	
  });
   $(document).ready(function() {
 
    
   
    $(".slider_single").hover(function() {	
	
$(this).animate({"opacity": "0.6"}, 400);

},
function() {
	
$(this).animate({"opacity": "1"}, 400);

});	
  });
 
