ThumbOverlay = {
	over: function( elem ) {
		$(elem).show();
		elem.overTimeout = setTimeout( function(){});
	},
	out: function( elem ) {
		elem;
	}
};
