
$(document).ready(function(){
	$('img[src$=.png]').fixpng();
	$('li').mouseover(function(){ $(this).addClass('hover'); })
			 .mouseout(function(){ $(this).removeClass('hover'); });
	$('div.row-list').equalizeHeight('>div.col-item');
	
	
	$(".filestyle").filestyle({ 
		 image: "/common/images/browse-file.jpg",
		 imageheight : 21,
		 imagewidth : 64,
		 width : 107 
	 });
	

});
