$(document).ready(function(){
/*==================================================================================================*/
var message_containers = ".message";
$(message_containers).hide().fadeIn(400);
/*==================================================================================================*/
$('.cycle').cycle({
	fx : 'zoom',
	speed : 1000,
	timeout : 4000
});


$('.cycle.commercials').after('<div id="commercials_nav">').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    pager:  '#commercials_nav'//, 
     
    // callback fn that creates a thumbnail to use as pager anchor 
    // pagerAnchorBuilder: function(idx, slide) { 
        // return '<li><a href="#">' + jQuery(slide).children("h3").eq(0).text() + '</a></li>';
    // } 
});

// $('#commercials_nav a').click(function(){
	

// });
/*==================================================================================================*/

$("#gallery a").colorbox({
//iframe:		true,
transition:"none", 
width:"980px", 
height:"85%"
});


/*==================================================================================================*/
});