$(document).ready( function() {
	// PNG;
			$('.b-news1 UL').jcarousel({ scroll: 1 });	
			$('.b-news2 UL').jcarousel({ scroll: 1 });	

$('#photos').galleryView({
		panel_width: 400,
		panel_height: 320,
		frame_width: 100,
		frame_height: 80,
		transition_speed: 1000,
		transition_interval:0,
		background_color: 'black',
		border: 'none',
		easing: 'swing',
		ade_panels: true,
		pause_on_hover: true,
		nav_theme: 'custom'
});





});




function Busc()
{
  var b = document.getElementById("search");

  if (b!=null)
  {
    if(b.value=="Поиск")
    { 
      b.value=""; 
    }
  }
}



function dost(id) {
	
	$(".item2").hide();
	$("#item_"+id).show();	


	$(".dost").hide();
	$("#dost"+id).show();	

}


function krest(id) {
	$("#"+id).hide();	

}


function new_back_on(id) {
	$(".n_cen_"+id).css("background","url(/templates/images/cat_cen.png) top left repeat-y");
	$(".n_top_"+id).css("background","url(/templates/images/cat_top.png) bottom left no-repeat");
	$(".n_bot_"+id).css("background","url(/templates/images/cat_bot.png) top left no-repeat");
	
}


function new_back_out(id) {
	$(".n_cen_"+id).css("background","none");
	$(".n_top_"+id).css("background","none");
	$(".n_bot_"+id).css("background","none");
	
}


function cat_back_on(id) {
	$(".n_cen_"+id).css("background","url(/templates/images/cat_item_c.png) top left repeat-y");
	$(".n_top_"+id).css("background","url(/templates/images/cat_item_t.png) top left no-repeat");
	$(".n_bot_"+id).css("background","url(/templates/images/cat_item_b.png) bottom left no-repeat");
	
}


function cat_back_out(id) {
	$(".n_cen_"+id).css("background","none");
	$(".n_top_"+id).css("background","none");
	$(".n_bot_"+id).css("background","none");
	
}


