$(document).ready(function(){ 
	$("#ultimele_pensiuni").easySlider({
		autoplayDuration: 3000,
		autogeneratePagination: false,
		auto: false,
		continuous: true,
		prevId: 'prevBtn',
		prevText: '',
		nextId: 'nextBtn',	
		nextText: ''
	});
});
$(document).ready(function(){ 
	$("#afiliati_content").easySlider({
		autoplayDuration: 3000,
		autogeneratePagination: true,
		auto: false,
		continuous: true,
		prevId: 'prevBtn2',
		prevText: '',
		nextId: 'nextBtn2',	
		nextText: '',			
		vertical: true
	});
});
$(document).ready(function(){ 
	$("#banner_foto").easySlider({
		autoplayDuration: 3000,
		autogeneratePagination: true,
		auto: true,
		continuous: true,
		prevId: 'prevBtn3',
		prevText: '',
		nextId: 'nextBtn3',	
		nextText: '',			
		vertical: true
	});
});
$(document).ready(function(){
	$(".lightbox").prettyPhoto({theme:'facebook'});
});
