(function($){


$.fn.thumbnailFeature_function=function(){ 


$('.thumbnailFeature_container').mouseover(function(){
//alert('ok');
//$('.thumbnailFeatureCaption',this).css({'background-position':'0px -195px','color':'#333'});

$('.stripes',this).css({'background-position':'0px -300px'});
$('.thumbnailFeature_gradient',this).show();


})




$('.thumbnailFeature_container').mouseout(function(){
//alert('ok');
//$('.thumbnailFeatureCaption',this).css({'background-position':'0px -0px','color':'#fff'});
$('.stripes',this).css({'background-position':'0px -0px'});
$('.thumbnailFeature_gradient',this).hide();

})



$('.thumbnailFeature_container').click(function(){
loadPage=$(this).attr('href');
window.location=loadPage;
})



//CLOSE FEATURE FUNCTION
}
				
	
// CLOSE FUNCTION
})(jQuery);
