$(document).ready(function(){
	$('#top').append('<div id="resource"><a href="/links.html">RESOURCES</a></div>');
	$('#top').append('<div id="twitter"><a target="_block" href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="Rain8_Group"><img src="/img/b-tweet.png" /></a></div>');
	
	$('.navActive').append('<img src="/img/nav-arrow.png" id="navArrow" />');
	//alert($('.navActive').width());
	var tempHeight=(($('.navActive').width()+20)/2)-10;
	$('.navActive #navArrow').css('top','37px').css('left',tempHeight+'px');
	
	if($('#myCarouselFrame').length>0){
		$("#myCarouselFrame").gCarousel();
		$("#myThumbFrame").gThumbCarousel();
		$.each($(".gCarouselItem img"),function(i,n){
			var tempHeight=n.height;
			var heightDiff=450-tempHeight;
			 if(heightDiff>100){heightDiff=50} 
			$(this).css("margin-top",heightDiff/2+"px");
		});
		
		if($.profero.isIE){
		$(".gCarouselItem").css("margin-left","20px");	
		}
	}
	
});
