$(function(){if($('.slider').length) {	
			$('.slider')._TMS({
				prevBu:'.button_prev',
				nextBu:'.button_next',
				duration:800,
				easing:false,
				preset:'vertivalLines',
				pagination:true,//'.pagination',true,'<ul></ul>'
				pagNums:false,
				slideshow:6000,
				numStatus:false,
				banners:false,// fromLeft, fromRight, fromTop, fromBottom
				waitBannerAnimation:false,
				progressBar:false
				})
				   } })
			$(function(){if($('#cbox').length) {
			$('#cbox').jflickrfeed({limit:4,qstrings:{id:'54088809@N05'},itemTemplate:
			'<li>' +
				'<a class="lightbox-image" href="{{image}}" data-gal="prettyPhoto[galname1]">' +
					'<img src="{{image_s}}" alt="{{title}}" />' +
				'</a>' +
			'</li>'
			},function(){$('.lightbox-image').prettyPhoto({animation_speed:'normal',theme:'facebook'}),$(".lightbox-image");
			   $('#cbox li a').hover(
					function(){$(this).stop().animate({backgroundColor:'#4d9602'})},
					function(){$(this).stop().animate({backgroundColor:'#2c2b2c'})}
					);
			   })
			}})
			$(function(){
			   $('.link-1').hover(
					function(){$(this).stop().animate({backgroundColor:'#4d9602', color:'#fff'})},
					function(){$(this).stop().animate({backgroundColor:'#fff', color:'#000'})}
					);
			   $('.tabs li a').hover(
					function(){$(this).parent().not('.active').stop().animate({backgroundColor:'#4d9602'})},
					function(){$(this).parent().stop().animate({backgroundColor:'#434542'})}
					);
			   $('.tab_content figure').hover(
					function(){$(this).stop().animate({backgroundColor:'#4d9602'})},
					function(){$(this).stop().animate({backgroundColor:'#434542'})}
					);
			})
			
