 jQuery(document).ready(function() {
 
 	$('#cat_list tr td:eq(2)').addClass('last')

 	$('.images a').click(function () {
 		$('#big_image a').attr('href',$(this).attr('href'));	
 		$('#big_image img').attr('src','/th' + $(this).attr('href') + '-thumb(290,auto).jpg');
 		$('.images a').removeClass('act');	
 		$(this).addClass('act');	
 		return(false);
 	});
 	$('.images a:first').addClass('act');
	$("#big_image a").fancybox();


	$("#question").fancybox({
		'scrolling'		: 'no',
		'titleShow'		: false
	});


    $('#tab_26').addClass('act');
	$('#tab_26').click(function() {
		$('.tab_01').css('display','block');
		$('.tab_02').css('display','none');
		$('.tab_03').css('display','none');
		$('.tabs li').removeClass('act');
		$(this).addClass('act');
		return(false);
	});
	$('#tab_32').click(function() {
		$('.tab_01').css('display','none');
		$('.tab_02').css('display','block');
		$('.tab_03').css('display','none');
		$('.tabs li').removeClass('act');
		$(this).addClass('act');
		return(false);
	});
	$('#tab_38').click(function() {
		$('.tab_01').css('display','none');
		$('.tab_02').css('display','none');
		$('.tab_03').css('display','block');
		$('.tabs li').removeClass('act');
		$(this).addClass('act');
		return(false);
	});
	
	
	
 	
    jQuery('#mycarousel_01').jcarousel({
    	wrap: 'circular',
    	scroll: 1
    });
    jQuery('#mycarousel_02').jcarousel({
    	wrap: 'circular',
    	scroll: 1
    });
    jQuery('#mycarousel_03').jcarousel({
    	wrap: 'circular',
    	scroll: 1
    });

//
	$('.tab_01 .img_b .podp_text a').text($('#mycarousel_01 a:first img').attr('alt'));
	$('.tab_01 .img_b .podp_text a').attr('href',$('#mycarousel_01 a:first').attr('rel'));
	if ($('#mycarousel_01 a:first').attr('rev')) {
		$('.tab_01 .img_b .podp_price').text($('#mycarousel_01 a:first').attr('rev'));
		$('.tab_01 .img_b .podp_price').show();
	}
	else {
		$('.tab_01 .img_b .podp_price').hide();
	}

	$('.tab_02 .img_b .podp_text a').text($('#mycarousel_02 a:first img').attr('alt'));
	$('.tab_02 .img_b .podp_text a').attr('href',$('#mycarousel_02 a:first').attr('rel'));
	if ($('#mycarousel_02 a:first').attr('rev')) {
		$('.tab_02 .img_b .podp_price').text($('#mycarousel_02 a:first').attr('rev'));
		$('.tab_02 .img_b .podp_price').show();
	}
	else {
		$('.tab_02 .img_b .podp_price').hide();
	}


	$('.tab_03 .img_b .podp_text a').text($('#mycarousel_03 a:first img').attr('alt'));
	$('.tab_03 .img_b .podp_text a').attr('href',$('#mycarousel_03 a:first').attr('rel'));
	if ($('#mycarousel_03 a:first').attr('rev')) {
		$('.tab_03 .img_b .podp_price').text($('#mycarousel_03 a:first').attr('rev'));
		$('.tab_03 .img_b .podp_price').show();
	}
	else {
		$('.tab_03 .img_b .podp_price').hide();
	}


//	


 	
	$('.tab_02').css('display','none');
	$('.tab_03').css('display','none');

	$('#mycarousel_01 a:first').addClass('act')
	$('#mycarousel_02 a:first').addClass('act')
	$('#mycarousel_03 a:first').addClass('act')



 	
 	$('#mycarousel_01 a').click(function() {
 		$('.tab_01 .img_b img').attr('src','/th' + $(this).attr('href') + '-thumb(470,auto).jpg')
		$('.tab_01 .img_b .podp_text a').text($('img',$(this)).attr('alt'));
		$('.tab_01 .img_b .podp_text a').attr('href',$(this).attr('rel'));
		if ($(this).attr('rev')) {
			$('.tab_01 .img_b .podp_price').text($(this).attr('rev'));
			$('.tab_01 .img_b .podp_price').show();
		}
		else {
			$('.tab_01 .img_b .podp_price').hide();
		}
		$('.tab_01 .img_b a:first').attr('href',$(this).attr('rel'))
 		$('#mycarousel_01 a').removeClass('act');	
 		$(this).addClass('act');	
		return(false);
 	});
 	$('#mycarousel_02 a').click(function() {
 		$('.tab_02 .img_b img').attr('src','/th' + $(this).attr('href') + '-thumb(470,auto).jpg')
		$('.tab_02 .img_b .podp_text a').text($('img',$(this)).attr('alt'));
		$('.tab_02 .img_b .podp_text a').attr('href',$(this).attr('rel'));
		if ($(this).attr('rev')) {
			$('.tab_02 .img_b .podp_price').text($(this).attr('rev'));
			$('.tab_02 .img_b .podp_price').show();
		}
		else {
			$('.tab_02 .img_b .podp_price').hide();
		}
		$('.tab_02 .img_b a:first').attr('href',$(this).attr('rel'))
 		$('#mycarousel_02 a').removeClass('act');	
 		$(this).addClass('act');	
		return(false);
 	});
 	$('#mycarousel_03 a').click(function() {
 		$('.tab_03 .img_b img').attr('src','/th' + $(this).attr('href') + '-thumb(470,auto).jpg')
		$('.tab_03 .img_b .podp_text a').text($('img',$(this)).attr('alt'));
		$('.tab_03 .img_b .podp_text a').attr('href',$(this).attr('rel'));
		if ($(this).attr('rev')) {
			$('.tab_03 .img_b .podp_price').text($(this).attr('rev'));
			$('.tab_03 .img_b .podp_price').show();
		}
		else {
			$('.tab_03 .img_b .podp_price').hide();
		}
		$('.tab_03 .img_b a:first').attr('href',$(this).attr('rel'))
 		$('#mycarousel_03 a').removeClass('act');	
 		$(this).addClass('act');	
		return(false);
 	});
 	
  });
