var jqslide = jQuery.noConflict();
jqslide.noConflict();if(document.images){pic1=new Image(24,24);pic1.src="../images/spinner.gif";}
jqslide(document).ready(function($){
	jqslide(".gallery-big").carouFredSel({
		width:734,
		height:490,
		direction:"left",
		items:{
			visible:1,
			width:734
			},
		scroll:{
			pauseOnHover:true,
			effect:'jswing',
			onBefore:function(oldItems,newItems){
				var id=newItems.attr("id");
				var cls=$('#'+id).attr('class');
				cl_sp=cls.split(" ");
				cls=cl_sp[1].split("-");
				var idx=cls[1];
				idx=idx-1;
				var se=".gallery-listing a[href="+id+"]";
				$(".gallery-listing").trigger("slideTo",idx);
				}
			/*onAfter:function(oldItems,newItems,newSizes){
				var id=newItems.attr("id");
				var cls=$('#'+id).attr('class');
				cl_sp=cls.split(" ");
				cls=cl_sp[1].split("-");
				var idx=cls[1];
				jqslide('.img-details .img-number').html(idx);
				jqslide('.img-details .img-title').html($('#'+id).find('.img-title').html());
				jqslide('.img-details .img-date').html($('#'+id).find('.img-date').html());
				jqslide('.img-details .img-desc').html($('#'+id+' img').attr('alt'));
				jqslide('.img-details .img-country').html($('#'+id).find('.img-country').html());
				}*/
			},
			auto:7000,
			prev:"#prev_big",
			next:"#next_big"
			});
	jqslide('.gallery-listing').carouFredSel({
		direction:"up",
		width:166,
		items:{visible:4,height:113},
		scroll:1,
		auto:false,
		prev:"#prev_list",
		next:"#next_list"
		});
	/*var totalItem=$('.gallery-big div').length;
	jqslide('.img-details .total-imgs').html(totalItem);
	jqslide('.img-details .img-title').html($('.gallery-big div:first').find('.img-title').html());
	jqslide('.img-details .img-date').html($('.gallery-big div:first').find('.img-date').html());
	jqslide('.img-details .img-desc').html($('.gallery-big div:first img').attr('alt'));
	jqslide('.img-details .img-country').html($('.gallery-big div:first').find('.img-country').html());*/
});
