$(function(){
$("#twitter-widget").getTwitter({
	userName: "paralelagift",
	numTweets: 5,
	loaderText: "Carregando twitter...",
	slideIn: true,
	showHeading: false,
	headingText: "@paralelagift",
	showProfileLink: true,
	showTimestamp: false
});

$("#twitter-widget a").live('click', function(){
	window.open( $(this).attr('href') );
	return false;
});

setTimeout( $("#twitter-widget").css({background:'#fff'}),3000 );

$("div.noticia h2 a").bigTarget({
	hoverClass: 'noticia-over', // CSS class applied to the click zone onHover
	clickZone : 'div:eq(0)' // jQuery parent selector
});

$('#GaleriaFotos1_dlImagem').children('span').remove();
$('#GaleriaFotos1_dlImagem').children('a:gt(4)').remove();


$('#GaleriaFotos1_dlImagem').nivoSlider({

		effect:'fold', //Specify sets like: 'fold,fade,sliceDown'
		slices:8,
		animSpeed:350,
		pauseTime:4000,
		startSlide:0, //Set starting Slide (0 index)
		directionNav:true, //Next & Prev
		directionNavHide:true, //Only show on hover
		controlNav:true, //1,2,3...
		controlNavThumbs:false, //Use thumbnails for Control Nav
		controlNavThumbsFromRel:false, //Use image rel for thumbs
		controlNavThumbsSearch: '.jpg', //Replace this with...
		controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src
		keyboardNav:true, //Use left & right arrows
		pauseOnHover:true, //Stop animation while hovering
		manualAdvance:false, //Force manual transitions
		captionOpacity:0.8, //Universal caption opacity
		beforeChange: function(){},
		afterChange: function(){},
		slideshowEnd: function(){} //Triggers after all slides have been shown

});

//$('a.nivo-control:gt(4), a.nivo-imageLink:gt(4), .nivo-slice:gt(4)').remove();

var nivoControlImageOne = $('#GaleriaFotos1_dlImagem_ctl00_imgGaleria').attr('src');
var nivoControlImageTwo = $('#GaleriaFotos1_dlImagem_ctl01_imgGaleria').attr('src');
var nivoControlImageThree = $('#GaleriaFotos1_dlImagem_ctl02_imgGaleria').attr('src');
var nivoControlImageFour = $('#GaleriaFotos1_dlImagem_ctl03_imgGaleria').attr('src');
var nivoControlImageFive = $('#GaleriaFotos1_dlImagem_ctl04_imgGaleria').attr('src');
$('a.nivo-control').eq(0).html('<img src="' + nivoControlImageOne.substring(3) + '" />');
$('a.nivo-control').eq(1).html('<img src="' + nivoControlImageTwo.substring(3) + '" />');
$('a.nivo-control').eq(2).html('<img src="' + nivoControlImageThree.substring(3) + '" />');
$('a.nivo-control').eq(3).html('<img src="' + nivoControlImageFour.substring(3) + '" />');
$('a.nivo-control').eq(4).html('<img src="' + nivoControlImageFive.substring(3) + '" />');

$('a.nivo-control').hover(	function(){
								$(this).stop().animate({borderTop:'1px solid #e20d72'},200);
							},
							function(){
								$(this).stop().animate({borderTop:'1px solid #dbdbdb'},200);
							}
)

/*
 *	APOIOS/LOGO
 */
$('#apoios18 a').click(function(event){
	 event.preventDefault();
     event.stopPropagation();
	 window.open(this.href, '_blank');
})

/*
 *	Cadastro Lightbox
 */
//$(".cadastro-lightbox").colorbox({width:"80%", height:"70%", iframe:true});
 
//_________________________.
});

