Shadowbox.loadSkin('classic', '/js/skin'); // use the "classic" skin

$(document).ready(
    function(){
        $('ul#banner-list').innerfade({
            speed: 'slow',
            timeout: 3000,
            type: 'sequence',
            containerheight: '164px'
    });


	var options = {
        overlayOpacity:     '0.7'
    };

    Shadowbox.init(options);


$("a.super-deal, a.super-deal-de").click(function () {

Shadowbox.open({
        player:     'iframe',
        //title:      'NEW Extra Easy!',
        content:    '/super-deals-1.html',
        height:     266,
        width:      540
    });

return false;

    });

$("a.super-deal-single, a.super-deal-single-de").click(function () {

Shadowbox.open({
        player:     'iframe',
        //title:      'NEW Extra Easy!',
        content:    '/super-deals-single-1.html',
        height:     188,
        width:      178
    });

return false;

    });

$("a.super-deal-single-3, a.super-deal-single-3-de").click(function () {

Shadowbox.open({
        player:     'iframe',
        //title:      'NEW Extra Easy!',
        content:    '/super-deals-single-3.html',
        height:     188,
        width:      178
    });

return false;

    });

$("a.super-deal-single-6, a.super-deal-single-6-de").click(function () {

Shadowbox.open({
        player:     'iframe',
        //title:      'NEW Extra Easy!',
        content:    '/super-deals-single-6.html',
        height:     188,
        width:      178
    });

return false;

    });

$('div.more-photos').hide();

$("a.click-for-more").click(function () {

$(this).hide();
$('div.more-photos').show();
return false;

});




});
