Все ваше замените на это:
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('.first-and-second-carousel').jcarousel();
jQuery('#third-carousel').jcarousel({
vertical: true
});
imgs( 0 );
});
function imgs( img ) {
jQuery('[id^="imgs_"]').hide();
jQuery('#imgs_' + img ).show();
}
</script>