﻿$(function() {
    
//    $('#home_market').mouseover(function() {
//        $(this).addClass('home_001_hover');
//    });
//    
//    $('#home_market').mouseout(function() {
//        $(this).removeClass('home_001_hover');
//    });

    $('#pics').cycle({ 
        fx:    'fade', 
        next:   '#pics', 
        timeout: 0 ,
        speed:  1000 
     });

});