$(document).ready(
	function()
	{
		$.ImageBox.init(
			{
				loaderSRC: 'themes/tankeros/images/loading.gif',
				closeHTML: '<img src="themes/tankeros/images/close.jpg" alt="x" />',
				showTextImage: false				
			}
		);
	}
);
