﻿//// iPhone JQuery code: Richard C. Silverio: 03.01.10
$(document).ready(function() {

    $('#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'
    });

});