
$(document).ready(function() {
  

	
	
	$(".test3").hrzAccordion({
			containerClass     : "container3",
			listItemClass      : "listItem3",					
			contentWrapper     : "contentWrapper3",
			contentInnerWrapper: "contentInnerWrapper3",
			handleClass        : "handle3",
			handleClassOver    : "handleOver3",
			handleClassSelected: "handleSelected3"
	})
	$('#test3Handle1').click();
	
	$('.TabNavigation').css('width','666px');

	// var first = $('#firsthandle').position();
	// first.left = 90px;
	// $('#firsthandle').animate({
    // left: '-=50',
	// }, 5000, function() {
    // Animation complete.
	// });
 	
 });
