$(document).ready(function(){
	
    $("#parallax").css({
		"overflow" : "hidden",
		"width" : "900px",
		"height" : "540px", 
		"border" : "0px solid #000",
		"margin-left" : "auto",
		"margin-right" : "auto",
		"margin-top" : "20px",
		"position" : "relative",
		"left" : "0px", 
		"top" : "0px"
	});
		
	$("#parallax").jparallax({mouseActiveOutside: true, triggerResponse: false, triggerExposesEdges: false, frameDuration: 20}, {}, {xtravel: .25, ytravel: .25}, {xtravel: 0, ytravel: 0}, {
		xtravel: 0,
		ytravel: 0
	});	
    
	$("input#TestBtnNextQuestion").click(function(){
		location.href = "/tests/start/";		
	});
	
});
