/* 

    Document   : functions.css
    Created on : 00/00/0000, 00:00:00
    Author     : @kakastefanegt ( [X]HTML / CSS e SEO ) - NacionalVOX Agencia Digital www.nacionalvox.com.br
    Description: CSS - "Super Pet Show"

    TODO customize this sample style
	
*/
IncludeJavaScript("/images/scripts/jquery.ui.totop.js");
IncludeJavaScript("/images/scripts/easing.js");


j(document).ready(function() {
	
	j().UItoTop({ easingType: 'easeOutQuart' });
		
});
