/**
$(function() {
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 2,
		auto:200,
		speed:3000
	});
});
**/

$(document).ready(function() {
	
   	
	
	$('.textbox').hide();
	
	
	
	var divname= $('body').attr('class');
	$("#textBox"+divname).slideToggle(300).siblings("div.textbox").slideUp("slow");
	
	
	
	
	$("#blocktwo .buttons").click(function()
    {
		$(this).next("div.textbox").slideToggle(300).siblings("div.textbox").slideUp("slow");
	});

	
	

	
	
});
