$(document).ready(function() { 
$('#rotator ul li:first-child').addClass('show');
});
