$(document).ready(function() {
var speed = 7500;
$('#mask-gallery, #gallery li').width($('#slider').width());$('#gallery').width($('#slider').width() * $('#gallery li').length);$('#mask-gallery, #gallery li').height($('#slider').height());
var run = setInterval('newsscoller(0)', speed);
$('#gallery li:first').addClass('selected');
$('#btn-pause').click(function () {clearInterval(run);	return false;});
$('#btn-play').click(function () {run = setInterval('newsscoller(0)', speed);	return false;});
$('#btn-next').click(function () {newsscoller(0);	return false;});	
$('#btn-prev').click(function () {newsscoller(1);	return false;});
$('#slider').hover(
function() {clearInterval(run);	}, 
function() {run = setInterval('newsscoller(0)', speed);	}
); 	
});
 
function newsscoller(prev) {
var current_image = $('#gallery li.selected').length ? $('#gallery li.selected') : $('#gallery li:first');
if (prev) {var next_image = (current_image.prev().length) ? current_image.prev() : $('#gallery li:last');	
} else {var next_image = (current_image.next().length) ? current_image.next() : $('#gallery li:first');}
$('#gallery li').removeClass('selected');
next_image.addClass('selected');
$('#mask-gallery').scrollTo(next_image, 800);		
}

$(function() {
$(".lgoscroll").jCarouselLite({
btnNext: ".lgonext",
btnPrev: ".lgoprev",mouseWheel: true
});
});

function describe(id,txt){SH('S',id);getElems(id).innerHTML=txt;}
function getDelegacion(l){parent.ifr.location.href="default.asp?iframe=1&l="+l;document.getElementById("dele").style.display = "none";subactivo="";}
function writeDelegacion(t,n,d){getElems("del_titulo").innerHTML=t;getElems("del_news").innerHTML=n;getElems("del_data").innerHTML=d;}
function getAgenda(m,y){parent.ifr.location.href="default.asp?iframe=1&m="+m+"&y="+y;}
function writeAgenda(t,m1,m2,mo2,ye2,m3,mo3,ye3,spfl,spm,spy){
getElems("agendascroll").innerHTML=t;getElems("agenda_mes1").innerHTML=m1;
getElems("agenda_mes2").innerHTML='<a href="javascript:getAgenda('+mo2+','+ye2+');">'+m2+'.'+ye2+'</a>';
getElems("agenda_mes3").innerHTML='<a href="javascript:getAgenda('+mo3+','+ye3+');">'+m3+'.'+ye3+'</a>';
getElems("agenda_next").innerHTML='<a href="javascript:getAgenda('+mo2+','+ye2+');"><img src="/media/aron.gif" width="23" height="19" border="0"></a>';
if(spfl=='1') {sp='<a href="javascript:getAgenda('+spm+','+spy+');"><img src="/media/alon.gif" width="23" height="19" border="0"></a>'}else{sp='<img src="/media/aloff.gif" width="23" height="19" border="0">'}
getElems("agenda_prev").innerHTML=sp;
}
function showCPCE(id,action,img,f){getElems('CPCEimg').style.backgroundImage="url('"+img+"')";
if(action=='on'){id.className='bu1on';if(f!='1'){getElems('CPCEfirst').className='bu1off';}}else{id.className='bu1off';getElems('CPCEfirst').className='bu1on';}}

(function(c){var a=["DOMMouseScroll","mousewheel"];c.event.special.mousewheel={setup:function(){if(this.addEventListener){for(var d=a.length;d;){this.addEventListener(a[--d],b,false)}}else{this.onmousewheel=b}},teardown:function(){if(this.removeEventListener){for(var d=a.length;d;){this.removeEventListener(a[--d],b,false)}}else{this.onmousewheel=null}}};c.fn.extend({mousewheel:function(d){return d?this.bind("mousewheel",d):this.trigger("mousewheel")},unmousewheel:function(d){return this.unbind("mousewheel",d)}});function b(f){var d=[].slice.call(arguments,1),g=0,e=true;f=c.event.fix(f||window.event);f.type="mousewheel";if(f.wheelDelta){g=f.wheelDelta/120}if(f.detail){g=-f.detail/3}d.unshift(f,g);return c.event.handle.apply(this,d)}})(jQuery);

(function($){$.fn.jCarouselLite=function(o){o=$.extend({btnPrev:null,btnNext:null,btnGo:null,mouseWheel:false,auto:null,speed:200,easing:null,vertical:false,circular:true,visible:6,start:0,scroll:1,beforeStart:null,afterEnd:null},o||{});return this.each(function(){var b=false,animCss=o.vertical?"top":"left",sizeCss=o.vertical?"height":"width";var c=$(this),ul=$("ul",c),tLi=$("li",ul),tl=tLi.size(),v=o.visible;if(o.circular){ul.prepend(tLi.slice(tl-v-1+1).clone()).append(tLi.slice(0,v).clone());o.start+=v}var f=$("li",ul),itemLength=f.size(),curr=o.start;c.css("visibility","visible");f.css({overflow:"hidden",float:o.vertical?"none":"left"});ul.css({margin:"0",padding:"0",position:"relative","list-style-type":"none","z-index":"1"});c.css({overflow:"hidden",position:"relative","z-index":"2",left:"0px"});var g=o.vertical?height(f):width(f);var h=g*itemLength;var j=g*v;f.css({width:f.width(),height:f.height()});ul.css(sizeCss,h+"px").css(animCss,-(curr*g));c.css(sizeCss,j+"px");if(o.btnPrev)$(o.btnPrev).click(function(){return go(curr-o.scroll)});if(o.btnNext)$(o.btnNext).click(function(){return go(curr+o.scroll)});if(o.btnGo)$.each(o.btnGo,function(i,a){$(a).click(function(){return go(o.circular?o.visible+i:i)})});if(o.mouseWheel&&c.mousewheel)c.mousewheel(function(e,d){return d>0?go(curr-o.scroll):go(curr+o.scroll)});if(o.auto)setInterval(function(){go(curr+o.scroll)},o.auto+o.speed);function vis(){return f.slice(curr).slice(0,v)};function go(a){if(!b){if(o.beforeStart)o.beforeStart.call(this,vis());if(o.circular){if(a<=o.start-v-1){ul.css(animCss,-((itemLength-(v*2))*g)+"px");curr=a==o.start-v-1?itemLength-(v*2)-1:itemLength-(v*2)-o.scroll}else if(a>=itemLength-v+1){ul.css(animCss,-((v)*g)+"px");curr=a==itemLength-v+1?v+1:v+o.scroll}else curr=a}else{if(a<0||a>itemLength-v)return;else curr=a}b=true;ul.animate(animCss=="left"?{left:-(curr*g)}:{top:-(curr*g)},o.speed,o.easing,function(){if(o.afterEnd)o.afterEnd.call(this,vis());b=false});if(!o.circular){$(o.btnPrev+","+o.btnNext).removeClass("disabled");$((curr-o.scroll<0&&o.btnPrev)||(curr+o.scroll>itemLength-v&&o.btnNext)||[]).addClass("disabled")}}return false}})};function css(a,b){return parseInt($.css(a[0],b))||0};function width(a){return a[0].offsetWidth+css(a,'marginLeft')+css(a,'marginRight')};function height(a){return a[0].offsetHeight+css(a,'marginTop')+css(a,'marginBottom')}})(jQuery);