$(document).ready(function(){

	$('#startDLfree').click(function(){
		$('#fullscreendim').animate({
		opacity: 0.5}, 10).fadeIn('fast');
		$('#downloadBox').fadeIn('fast');
	});
	$('#TuneUpLite').click(function(){
		$('#fullscreendim').animate({
		opacity: 0.5}, 10).fadeIn('fast');
		$('#downloadBox').fadeIn('fast');
	});
	
	$('#dismissDLfree').click(function(){
		$('#fullscreendim').fadeOut('fast');
		$('#downloadBox').fadeOut('fast');
	});
	

	$('.cycle').show().cycle({fx: 'fade', speed:  500, timeout: 2500});



// Needs to be at the bottom since IE craps out on JS after undefined results
    var section = location.hash;
   	$(section).addClass('highlight');

    $('.rounded').corner();
    $('.roundedmore').corner();


});
