$(document).ready(function(){
	
	$('.scroll').jScrollPane({showArrows:true});
	
	$('.content table tr:odd').css("background", "#b60101");
	
});
$('#rotate').cycle({ 
		fx:'fade', 
		pause:5
});
