Uuj{O0B_K͠{`̙:xC73._v&c^sg 6ayf\*ZBWULRTܶ@S
1hAɌD7n&ݸ'yn-ķJ3u8U!_5M ڠnc:'pzsS{E*Dj\u|ԖKU],GalP5}gnSYظC/u	C-	uK"bưk/`*nFY(yI+C=ʦ,FiNF3U7L'IrWb+K~	)ԒNlu4LE?TBLwưd8(z&s|@+0jzjTيՠ>r&إ|EIm$/Qi{6Ɗz?QR &Nm"49/v:`wb0F)+(R;Mx)[+쒾G-%V(vzG<8aæl/\C? 6{2эIbW$r2)^ХQٕ3uKAt<N]6O&gVL<VSk<.ą^ILFE:B=;
h횔A3|MUt2F߈HopG9
NiS0/#p]9u
g@`CeG5 wݠaObq<-sa44=]z)kN@W.*4+#SfZHY5tQ5hO89l=vfUpv\D2.+7(VFqAUN}Iآ|o % ;ڍ{G QgVL<7C *B-prAUGmrhl_X]5lA o8³Q>n$6q#O HА=`5ǳdQm&Ћ?6Ѻc
*i ~~{$iȀ7_* gFř {Zb^Yi>24`ys^oCʃ)0	mcUN;|A;rHW'/8 x)yc%9/mkD3JS%B`(_U\Dz߭9r?6%3cT4z|.G+Z5L(J.;*E]ch%#O:$Ð
uڜ73(ҿݖ[Z}!}EY5{T'`<F
|oڨڹ`cGcO:({C.J*gňY#aue$2Zn5>%b1N	}`MIKgX +>xgᾸ8^uwPlrp`9DS}0ٱ~86qp:lTx̞6KkCg@#m$8ÑR8F>2AP1kf!i2,4
26ot|	VfAOSڦ1`d8pֻ\1c8mYi^ǥrTSJ
hU"y(YG?~2>=e;&Lq*ۗi}@+K]3ň1d=f5O2D0RTk##]w _QrL:zW3 zv0Q+["yj9)W0Z:#Oא12'x6:	Y6nITrEs?u{qAp`9DS}0Wܘo4 ~X+dm_5 XIVJ1> /A%m[]X\31'r$	O.=jR
[KdMa='6<
=^|UVzøHq&Bn86JYS \[cbS]39Otppo\˟^,`5<3p@ҿ9D9MFmbPrGDܹYV?N{y/{ur/;А"b>،?2rsO=pXv2h횣ŧ*SV= 
Yr]EH|?i8\~}>ߩSs 5&tLG+;ɓd޹ޅx2(|[4Ү|tZs\a[=#*v{%*".X;{5rY7}$}#%$4Z(Bȣg`ߔ>xsCj_uj#=9ǌ]dEl3f̄0^m߸ӄ'5I1cm2UcE-Wa4I!'ΘO$biĕwona{vܯ2   m8Ɗs*{PAC<"mf	OAJB3 Xc̧γ9b8O6M-w|fSN &G~jW .c|\(ti/mtCg@#m$8ÑR8F>2ui\h]$kum#s2:Rǟ[ 3avo,	xŝ@޲^\bCɷɅ^:Tz1?ZW&lD~
ed#ݞlZ|"P|F
|oڨڹ`cb+WK#W5nX_x>Cd\Cue2	/+(}yp?鄪-?DfvgF^dZw\&L/ahf>@n:pՖ皈EC-c\x'Dߩ!UJq\v%f*dђ'G_6gNe\^DuKZ%/%j3~&ZIŉd4	ݕ I,du68p2PiV	l aSs73(ҿݖ[ZU}'~QfGuӹO^gW	fXl!?eVawd΍gsC_b7Eݻ9'wQ 6udw@8R,25bEɸ_<OQxʬCqmboX홅z!RP&eg	"ݻզU@.qKwyPP,s_aqFtbRF%B)Dr|0Tv+&QxPX3vm Y@XP+=]milrq*qRÚ'5I1cm2UcE-EQ\]dL_2ߋ"]w7|<`DQ7Dxû4Q~oX
Jg$\B<WUJM֣ek}mN!7{dfZI_";c(U}49?)Uc \8$*,N`	=TIuQLC-c\x'Dߩ!UJq\v&܆|!8<Ib8PfR6z}m~Y=̓};X3R;GF
|oڨڹ`cbz`|=J|(1d9G >47n&ݸ\?N_uj2hF  6E|lt~K?#n8%uFne{އ_:_8Y% *vb贒.|nrtkE>Ցۨ`$:]#/uݔ|IV"_H%w/(5=L0.Nb);7;rride the close button's HTML. 

    toastr.options.closeHtml = '<button><i class="icon-off"></i></button>';

You can also override the CSS/LESS for `#toast-container .toast-close-button`

### Callbacks
	// Define a callback for when the toast is shown/hidden
	toastr.options.onShown = function() { console.log('hello'); }
	toastr.options.onHidden = function() { console.log('goodbye'); }

### Animation Options
Toastr will supply default animations, so you do not have to provide any of these settings. However you have the option to override the animations if you like.

####Easings
Optionally override the animation easing to show or hide the toasts. Default is swing. swing and linear are built into jQuery.

	toastr.options.showEasing = 'swing';
	toastr.options.hideEasing = 'linear';

Using the jQuery Easing plugin (http://www.gsgd.co.uk/sandbox/jquery/easing/)

	toastr.options.showEasing = 'easeOutBounce';
	toastr.options.hideEasing = 'easeInBack';

####Animation Method
Use the jQuery show/hide method of your choice. These default to fadeIn/fadeOut. The methods fadeIn/fadeOut, slideDown/slideUp, and show/hide are built into jQuery.

	toastr.options.showMethod = 'slideDown'; 
	toastr.options.hideMethod = 'slideUp'; 
	

###Timeouts
Control how toastr interacts with users by setting timeouts appropriately.

	toastr.options.timeout = 30; // How long the toast will display without user interaction
	toastr.options.extendedTimeOut = 60; // How long the toast will display after a user hovers over it

## Breaking Changes

###Animation Changes
The following animations options have been deprecated and should be replaced:
 
 - Replace `options.fadeIn` with `options.showDuration`
 - Replace `options.onFadeIn` with `options.onShown`
 - Replace `options.fadeOut` with `options.hideDuration`
 - Replace `options.onFadeOut` with `options.onHidden`

# Version 1.3.1

## Display Sequence
Show newest toast at bottom (top is default)

	toastr.options.newestOnTop = false;
