$(document).ready(function(){
    $(function () {$(".phones strong:first").addClass("first");});
    $(function () {$(".navigation li:last").addClass("last");});
    
    jQuery('#mycarousel').jcarousel({
    	wrap: 'both',
        scroll: 1
    });
});
