// JavaScript Document
$(document).ready(function(){

	/* After the page has finished loading */
	if($("#slider").length){
		$("#slider").mopSlider({
			'w':712,
			'h':170,
			'sldW':712,
			'btnW':200,
			'itemMgn':20,
			'indi':"Arraste para ver mais",
			'type':'tutorialzine',	/* A custom theme */
			'shuffle':0
		});
	}

});
	
	if($.browser.msie && $.browser.version=="6.0"){
		 window.location = "/redesign/ie6.php";	
	}
