﻿//// iPhone JQuery code: Richard C. Silverio: 08.15.11
$(document).ready(function() {

    $('#iphoneCrazyCatSlots .iphone-game-slides ul').cycle({
        fx: 'fade',
        speed: 600,
        timeout: 4000,
        next: '#iphoneCrazyCatSlots .iphone-controls a.next',
        prev: '#iphoneCrazyCatSlots .iphone-controls a.prev'
    });

    $('#ipadCrazyCatSlots .iphone-game-slides ul').cycle({
        fx: 'fade',
        speed: 600,
        timeout: 4000,
        next: '#ipadCrazyCatSlots .iphone-controls a.next',
        prev: '#ipadCrazyCatSlots .iphone-controls a.prev'
    });

    $('#iphoneSwashbucklin .iphone-game-slides ul').cycle({
        fx: 'fade',
        speed: 600,
        timeout: 4000,
        next: '#iphoneSwashbucklin .iphone-controls a.next',
        prev: '#iphoneSwashbucklin .iphone-controls a.prev'
    });

    $('#ipadSwashbucklin .iphone-game-slides ul').cycle({
        fx: 'fade',
        speed: 600,
        timeout: 4000,
        next: '#ipadSwashbucklin .iphone-controls a.next',
        prev: '#ipadSwashbucklin .iphone-controls a.prev'
    });

    $('#iphoneSlots .iphone-game-slides ul').cycle({
        fx: 'fade',
        speed: 600,
        timeout: 4000,
        next: '#iphoneSlots .iphone-controls a.next',
        prev: '#iphoneSlots .iphone-controls a.prev'
    });

    $('#iphonePoker .iphone-game-slides ul').cycle({
        fx: 'fade',
        speed: 600,
        timeout: 4000,
        next: '#iphonePoker .iphone-controls a.next',
        prev: '#iphonePoker .iphone-controls a.prev'
    });

});
