// JavaScript Document
jQuery(document).ready(function($){
	$("#dimbox_PrizesNextDraw").dimbox({
		inlineContent	: "PrizesNextDraw",
		width					: "667px",
		height				: "532px",
		backgroundColor: "#C03025",
		cmdCloseText	: "[ Close ]",
		cmdCloseStyle : {
			width: "60px"			
		}
	});
});
