$(function(){
	$("a[rel^='prettyPhoto']").prettyPhoto();			  
	$("a[rel^='lightbox']").prettyPhoto();			  
});

function getTpl(s,tpl,options,usercallback){
var response; 
return $.ajax({
      type: "POST",
      url: "index.php?"+options,
      data:({
					's':s,
					'op':'ax_tpl',
					'tpl':s+'/'+tpl
			}),            
      success: usercallback
      });     
}

$(document).ready(function() {
	$(".galeria_loga").jCarouselLite({
        auto: 800,
    speed: 1000,
		visible: 5
    });
 $('.acc_title').each(function(key, value) { 
   var id = $(this).attr('id').split('_');
   $(this).css('cursor','pointer');   
   $(this).click(function(){
    $('#acc_desc_'+id[2]).slideToggle();
 });
});  
});
