$(function() {
	/* Feature Content Slider */
    $('#feature ul').cycle({
    		speed:  '3000', 
    		timeout: 12000, 
    		pager:  '.bannernav' 

    	});
    	
    if($('#feature ul li') > "1"){
            $('.bannernav').show();
    } else {
            $('.bannernav').hide(); 
    }

	/* Lightbox prettyBox */
	$(".gallery:first a[rel^='external']").prettyPhoto({
		animation_speed:'normal',
		theme:'light_square'
	});
	
    $(".gallery:gt(0) a[rel^='external']").prettyPhoto({
    	animation_speed:'fast'
    });
    
    $("a[rel^='prettyPhoto']").prettyPhoto({
    	theme: 'light_square',
    	ie6_fallback: true
    });
});


$(document).ready(function(){
	$('#contentBlock-1 table tbody tr:first').addClass('theader');
	
		
});
