
	jQuery.noConflict();
	
	jQuery(document).ready(function(){

//COLORBOX
	jQuery(".colorbox").colorbox({width:"600px", height:"580px", iframe:true});
	jQuery(".expand_image").colorbox();
	jQuery(".img_gallery").colorbox({width:"980px", height:"620px", iframe:true});
	
		});