$(document).ready(function(){
	$(".smallGall .hide").toggle(function(){
		$(this).text("показать");
		$(".smallGall .content").slideUp('',function(){
			$(".smallGall .line")
			.animate({
				marginBottom:"10px"
			});
		});
	},function(){
		$(this).text("скрыть");
		$(".smallGall .content").slideDown();
		$(".smallGall .line")
		.animate({
			marginBottom:"0px"
		});
	});
	$(".imageSlide").jCarouselLite({
       // btnNext: ".next",
       // btnPrev: ".prev",
       auto:1000,
       speed:1000,
        visible:8,
        scroll:1
    });
});<!--LiveInternet counter--><script type="text/javascript"><!--
				document.write("<a href='http://www.liveinternet.ru/click' "+
				"target=_blank><img src='http://counter.yadro.ru/hit?t15.2;r"+
				escape(document.referrer)+((typeof(screen)=="undefined")?"":
				";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
				screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
				";"+Math.random()+
				"' alt='' title='LiveInternet: показано число просмотров и"+
				" посетителей за 24 часа' "+
				"border='0' width=1 height=1><\/a>")
				//--></script><!--/LiveInternet-->
