$(document).ready(function () {

//$(".arrow").prepend('<img src="/images/buttons/arrow-blue-right.png" alt="&gt;" class="arrowlinkright">');
//$(".arrowlinkright").css({border:"0",position:"relative",top:"5px", marginRight:"7px", marginLeft: '7px'});

$('#float_box').dialog({
		bgiframe: true,
		modal: true,
		width: '500px',
		position: ['center', 20],
		hide: "hide(slow)",
		title: 'Bayan Blue Crewed Yachting'
		});

});
