/**** Regency Hotel - Meetings & Banquet.css ****/
div.box_main {
	width:984px;
	margin:0px auto 0px auto;
	margin-bottom:20px;
}

div.box_main div.box_left,
div.box_main div.box_right {
	position:relative;
	float:left;
}

div.box_main div.box_left {
	width:292px;	
}

div.box_main div.box_right {
	width:684px;
	margin-top:35px;
}

/** Box Right **/
div.box_right div.right_content_bg div.right_content div.intro p {
	margin-left:14px;
	margin-bottom:10px;
}

div.right_content div.res_main {
	width:669px; height:297px;
}

div.right_content div.res_main table {
	width:100%; height:100%;
}

div.right_content div.res_main table td {
	height:100%;
	background-position: top left;
	background-repeat: no-repeat;
}

div.right_content div.res_main td.res_image {
	width:464px;
	background-image: url(../images/dining/regency_hotel_dining_03_photo_bg.jpg);	
}

div.right_content div.res_main td.res_image div.res_img {
	position:relative;
	width:100%; height:100%;
}

div.right_content div.res_main td.res_image img {
	position:absolute;
	top:13px; left:15px;
}

div.right_content div.res_main td.res_attribute {
	width:205px;
	text-align:center;
	vertical-align:middle;
	background-image: url(../images/dining/regency_hotel_dining_04_photo_bg2.jpg);
}

div.right_content div.res_main td.res_attribute div.attr_content {
	width:165px;
	margin:0px auto 0px auto;
	text-align:left;
}

div.right_content div.res_main td.res_attribute p {
	font-family:Times New Roman;
	font-size:15px;
	color:#8B5900;
	margin:0px 0px 15px 5px;
}

div.right_content div.res_main td.res_attribute p.attr_title {
	font-weight:bold;
	margin-bottom:0px;
}

div.right_content div.gallery {
	position:relative;
	width:668px; height:236px;
	background-image: url(../images/dining/regency_hotel_dining_10_photo_gallery.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.gallery img.scroller-backward {
	position:absolute;
	top:102px; left:27px;
}

div.gallery img.scroller-forward {
	position:absolute;
	top:102px; left:596px;
}

div.gallery div.gal_main {
	position:absolute;
	width:499px; height:144px;
	top:49px; left:76px;
	overflow:hidden;
}

div.gallery div.gal_main td.idv_gal {
	position:relative;
	width:155px; height:144px;
	padding:0px 9px 0px 9px;
	background-image: url(../images/dining/regency_hotel_dining_photo_gallery_pic.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align:left;
	vertical-align:top;
}

div.gallery div.gal_main td.idv_gal img {
	position:relative;
	width:147px; height:100px;
	top:15px;
}


