jQuery.noConflict();
jQuery(document).ready(function($){
	$("#slideNews .box_slide").simplyScroll({
		autoMode: 'loop',
		horizontal: false
	});
	$.fn.prettyPhoto();
	$('a[rel^=prettyPhoto]').each(function(){
		
		$(this).click(function(){
		   $.prettyPhoto.open($(this).attr('href'),'',''); 
		   return false
		})
	})
	
	$.prettyPhoto.open('http://www.youtube.com/watch?v=kSJkKmU5rh8','','');
});
