// JavaScript Document
	$(function(){
				 
				$("#slide-inside ul").cycle({ fx: 'uncover', speed:  800 ,prev : '#slide-bt-prev',next :'#slide-bt-next'});
			});
			
			<!-- SCRIPT CINEMA -->
			$(function(){
         
		 
				$("#noticias ul").cycle({fx: 'fade',speed: 800 ,prev : '#noticia-bt-prev',next : '#noticia-bt-next'});
				
				$('#bt-pause').click(function(){
					$("#noticias ul").cycle('pause');
				});
						
			});
						
			<!-- SCRIPT AGENDA -->
			$(document).ready(function(){
				$(".gallery a[rel^='prettyPhoto']").prettyPhoto({theme:'dark_rounded'});
			});
			