﻿
jQuery.noConflict();
jQuery(document).ready(function ($) {
    if ($('.s3 img').size() > 0) {
        $('.s3').cycle({
            fx: 'fade',
            speed: 300,
            timeout: 3000,
            next: '.s3',
            pause: 1
        })
    }
});







