$(document).ready(function(){ 
    
    //Jquery UI
	$( "#cartMessageDialog" ).dialog({
		modal: true,
		buttons: {
			Ok: function() {
				$( this ).dialog( "close" );
			}
		}
	});
	
	/**********************/
	/*INIT GALLERY COLORBOX/
	/**********************/
	$('a[rel="gallerySlideshow"]').colorbox({slideshow:true,slideshowSpeed:6000,slideshowAuto:false});


});
