$(document).ready(function() {
																											
	$('a#RodaVideo').colorbox()
																											
	$('#HomePageManagingSlideshow ul').cycle({ 
			delay:  2000, 
			speed:  500, 
	}); 
																										
});
