var root = 'http://www.aistrosmasazai.lt/';
$(document).ready(function(){
	$('.corner').append('<img src="'+root+'/css/round_tl.jpg" alt="" style="position: absolute; top: 0; left: 0;" />');
	$('.corner').append('<img src="'+root+'/css/round_tr.jpg" alt="" style="position: absolute; top: 0; right: 0;" />');
	$('.corner').append('<img src="'+root+'/css/round_bl.jpg" alt="" style="position: absolute; bottom: 0; left: 0;" />');
	$('.corner').append('<img src="'+root+'/css/round_br.jpg" alt="" style="position: absolute; bottom: 0; right: 0;" />');
	$('.round').append('<img src="'+root+'/css/bg3.png" alt="" style="position: absolute; top: 0; left: 0;" />');
	$('.round').append('<img src="'+root+'/css/bg4.png" alt="" style="position: absolute; top: 0; right: 0;" />');
	$('.round').append('<img src="'+root+'/css/bg6.png" alt="" style="position: absolute; bottom: 0; left: 0;" />');
	$('.round').append('<img src="'+root+'/css/bg5.png" alt="" style="position: absolute; bottom: 0; right: 0;" />');
	$('.autoRound').append('<img src="'+root+'/css/tl2.jpg" alt="" style="position: absolute; top: 0; left: 0;" />');
	$('.autoRound').append('<img src="'+root+'/css/tr2.jpg" alt="" style="position: absolute; top: 0; right: 0;" />');
	$('.autoRound').append('<img src="'+root+'/css/bl2.jpg" alt="" style="position: absolute; bottom: 0; left: 0;" />');
	$('.autoRound').append('<img src="'+root+'/css/br2.jpg" alt="" style="position: absolute; bottom: 0; right: 0;" />');
	
	$('img').attr('align','absmiddle');
	//Fiksuoti meniu elementu dydziai
	/*$('#menu li').each(function(){
		$(this).css('width','180px');
	});
	//Meniu fiksuotas dydis
	$('#menu').css('width',$('#menu').width());*/
	//Lightboxas
	$('p.img a,div.img a').lightBox();
	//Kampai
	//$('.autoRound').corner('10px');
	
	$('.massagesList li:odd a').css('float', 'right');
	$('.massagesList li a:first-child').css('width','170px');
	$('.massagesList li:odd a:first-child').css('width','134px');
	$('.massagesList li:odd a:first-child').css('padding-left','34px');
	$('.massagesList li:odd').css('left','-19px');
	$('.massagesList li:odd a:first-child').css('background','url('+root+'css/bg4.jpg) 17px 85px no-repeat');
	$('.massagesList li:even a:first-child').css('background','url('+root+'css/bg4.jpg) right 85px no-repeat');
	$('.massagesList li:even a:first-child').css('padding-right','17px');
	$('.massagesList li:even a:first-child img').css('float','right');
	$('.massagesList li:even a:first-child').css('margin-right','14px');
	$('.massagesList li a:first-child img').css('margin-top','80px');
	$('.massagesListDiv').parent().parent().css('padding','0');
	$('.massagesListInner').parent().parent().css('padding','0');
	$('.massagesListInner').parent().children('p').css('padding-left','37px');
	$('.massagesList li a:last-child img').bind('mouseover',function(){
		$(this).attr('src',$(this).attr('src').replace('.png','_.png'));
	}).bind('mouseout',function(){
		$(this).attr('src',$(this).attr('src').replace('_.png','.png'));
	});
	
	$(".massagesList li:even a:first-child").bind('mouseover',function(){
		$(this).css('background','url('+root+'css/bg5.jpg) right 85px no-repeat');
	});
	$(".massagesList li:even a:first-child").bind('mouseout',function(){
		$(this).css('background','url('+root+'css/bg4.jpg) right 85px no-repeat');
	});
	$(".massagesList li:odd a:first-child").not('.massagesList li:first-child a:first-child').bind('mouseover',function(){
		$(this).css('background','url('+root+'css/bg5.jpg) 17px 85px no-repeat');
	});
	$(".massagesList li:odd a:first-child").not('.massagesList li:first-child a:first-child').bind('mouseout',function(){
		$(this).css('background','url('+root+'css/bg4.jpg) 17px 85px no-repeat');
	 });
	 $('#menu li:last-child a').css('padding-top',0);
});