$(function() {
	var shpejtesia = 400;
			$('.meshume_balline').hover(function(){
				$(this).stop().animate({
						backgroundPosition:'-120px 0'
					}, shpejtesia);
			}, function(){
				$(this).stop().animate({
						backgroundPosition:'0 0'
					}, shpejtesia);	
			});
	
	
	$('img_border').hover(function(){
		$(this).css('border', '1px solid #d52d20')	
	});
	
	
	
	$(".box_llojet").stop().hide(); 
	$(".box_llojet:first").stop().show(); 
	$("h6.box_llojet_title").click(function(){
	if($(this).attr('class') == 'box_llojet_title active'){}
	else{
		$('.active').show().toggleClass("active").next().stop().slideToggle("slow");
		$(this).stop().toggleClass("active").next().slideToggle("slow");
	}
	 });
	 
	 
	 
	 
	
});
