jQuery(document).ready(function($){
    $('#car-1').mouseenter(function() {
       $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-sxswSfumato.jpg\"> </img>");
    })
   $('#car-1').mouseleave(function(e){
        $('#carousel').html("");
    })
    $('#car-1').mousemove(function(e){
        $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-sxswSfumato.jpg\"> </img>");
    })
     $('#car-2').mouseenter(function() {
       $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-vanishingMan.jpg\"> </img>");
    })
   $('#car-2').mouseleave(function(e){
        $('#carousel').html("");
    })
    $('#car-2').mousemove(function(e){
        $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-vanishingMan.jpg\"> </img>");
    })
     $('#car-3').mouseenter(function() {
       $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-braidHalo.jpg\"> </img>");
    })
   $('#car-3').mouseleave(function(e){
        $('#carousel').html("");
    })
    $('#car-3').mousemove(function(e){
        $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-braidHalo.jpg\"> </img>");
    })
     $('#car-4').mouseenter(function() {
       $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-deathMask.jpg\"> </img>");
    })
   $('#car-4').mouseleave(function(e){
        $('#carousel').html("");
    })
    $('#car-4').mousemove(function(e){
        $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-deathMask.jpg\"> </img>");
    })
     $('#car-5').mouseenter(function() {
       $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-xmasLites.jpg\"> </img>");
    })
   $('#car-5').mouseleave(function(e){
        $('#carousel').html("");
    })
    $('#car-5').mousemove(function(e){
        $('#carousel').html("<img alt=\"\" src=\"http://georgekrause.com/flash/2-xmasLites.jpg\"> </img>");
    })
}
);

