$(document).ready(function(){
						   
$('#movieSection01').show();
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();

$(".movieNavBtn").css("display", "block");	


$('#movieNavBtn01next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').show();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn02back').click(function () {
$('#movieSection01').show();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn02next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').show();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn03back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').show();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn03next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').show();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn04back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').show();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn04next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').show();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn05back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').show();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn05next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').show();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn06back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').show();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn06next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').show();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn07back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').show();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn07next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').show();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn08back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').show();
$('#movieSection08').hide();
$('#movieSection09').hide();
return false;
});
$('#movieNavBtn08next').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').hide();
$('#movieSection09').show();
return false;
});
$('#movieNavBtn09back').click(function () {
$('#movieSection01').hide();									  
$('#movieSection02').hide();
$('#movieSection03').hide();
$('#movieSection04').hide();
$('#movieSection05').hide();
$('#movieSection06').hide();
$('#movieSection07').hide();
$('#movieSection08').show();
$('#movieSection09').hide();
return false;
});


});



