	/*
	* Author: Alex Baskov, 2009
	* Custom logic for: homepage
	*/

	var currentBannerIndex = 1;
	$(document).ready(function() {
		
		$(".inner_home").html($(".hidden_inner_home").html());
		$(".home_news").html($(".hidden_home_news").html());
		$(".hidden").html("");
		
		$(".banners li").show();
	    $(".banners").carousel({ pagination: false, autoSlide: true, autoSlideInterval: 6000, delayAutoSlide: 0, loop: true, direction: "vertical", randomize : "true",
			nextBtn: " <a href='javascript:void(0);' class='arrow_right'><img src='/img/clear.gif' width='11' height='15' alt='' title='' /></a>",
			prevBtn: "<a href='javascript:void(0);' class='arrow_left'><img src='/img/clear.gif' width='11' height='15' alt='' title='' /></a>",
			nextBtnInsert: "appendTo", prevBtnInsert: "appendTo"});
	});
