html {
	overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #4D4D4D;
}
.head_bar {
	background-color: #4D4D4D;
	background-image: url(imgs/head_pattern.png);
	background-repeat: repeat-x;
	height: 92px;
	width: 100%;
	position: relative;
}
.cont_full {
	width: 100%;
	height: auto;
	min-height: 500px;
	position: relative;
	background-image: url(imgs/cont_bg_span.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #DBDBDB;
}
.cont_cent {
	width: 1000px;
	position: relative;
	margin: 0px auto;
	z-index: 300;
}
.logo_top {
	width: 358px;
	height: 80px;
	float: left;
}
.menu_offing {
	float: left;
	height: 58px;
	width: 642px;
}
.menu_full {
	float: left;
	width: 642px;
	height: 22px;
	padding: 0px;
}
.menu_full ul.fiji {
	margin: 0px;
	padding: 0px;
	list-style: outside none none;
	height: 22px;
	margin-right: 15px;
	font-size: 11px;
	clear: both;
}
.menu_full ul.fiji li {
	display: block;
	float: left;
}
.menu_full ul.fiji li a {
	color: #4D4D4D;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
	display: block;
	float: left;
	background-image: url(imgs/li_bg.png);
	background-repeat: repeat-x;
	padding: 0px 10px;
}
.menu_full ul.fiji li a:hover,.menu_full ul.fiji li a.current {
	color: #4D4D4D;
	background-image: url(imgs/li_bg_hover.png);
	background-repeat: repeat-x;
}
.menu_full ul.fiji li ul {
	position: absolute;
	border: 1px solid #E1E1E1;
	background-color: #EEEEEF;
	z-index: 150;
	margin: 22px 0px 0px 0px;
	padding: 5px 10px;
	list-style: outside none none;
	display: block;
	clear: both;
}
.menu_full ul.fiji li ul li {
	color: #4D4D4D;
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	height: 18px;
	width: auto;
}
.menu_full ul.fiji li ul li a {
	color: #4D4D4D;
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	height: 18px;
}
.menu_full ul.fiji li ul li a:hover {
	background-image: none;
	text-decoration: underline;
}
.main_hold {
	width: 1000px;
	clear: both;
	font-size: 11px;
}
.main_hold h1 {
	color: #5D93BF;
	margin: 0px;
	padding: 0px;
}
.a_cont_left {
	float: left;
	width: 600px;
	padding: 20px 0px 10px 20px;
}
#a_cont_right {
	float: right;
	width: 340px;
	padding: 10px 20px 10px 20px;
	overflow: auto;
	height: 400px;
}
.foot_bar {
	clear: both;
	border-top: 1px solid #D2D2D2;
	width: 100%;
	background-color: #4D4D4D;
	height: 67px;
}
.foot_inner {
	width: 1000px;
	position: relative;
	margin: 0px auto;
	font-size: 11px;
	color: #CCCCCC;
	margin-top: 10px;
}
.foot_inner a {
	color: #5D93BF;
	text-decoration: none;
}
.f_l {
	width: 410px;
	float: left;
	padding-left: 40px;
}
.f_r {
	width: 410px;
	float: right;
	text-align: right;
	padding-right: 40px;
}
.tabs_hold {
	width: 880px;
	margin: 0px 10px 0px 10px;
}
.tab_main {
	float: left;
	width: 170px;
	height: 109px;
	margin: 0px 0px 0px 5px;
	background-image: url(imgs/tabs_bg.png);
	background-repeat: no-repeat;
}
.tab_head {
	width: 170px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #666666;
}
.tab_img {
	width: 170px;
	height: 79px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}
ul.rolloffer {
	width: 100%; 
	position: absolute;
	z-index: 100;
	margin-top: 22px;
	height: 10px;
	padding: 0px;
	margin: 0px;
}
.gal_thumbs {
	float: left;
	width: 90px;
	height: 310px;
	padding: 0px 2px 0px 0px;
	margin-top: 5px;
}
.gal_thumb_single {
	float: none;
	width: 90px;
	height: 54px;
	margin: 0px 0px 5px 0px;
}
.gal_main {
	float: left;
	margin: 5px 5px 5px 3px;
}
.gal_cap {
	position: relative;
	bottom: 0px;
	height: 24px;
	line-height: 24px;
	padding: 0px 0px 0px 10px;
	
	background: transparent;
	background-color: #666666;
	opacity: .8;
	filter: alpha(opacity=80);
	margin: -24px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.gal_scroll {
	background-color: #000000;
	width: 90px;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	background: transparent;
	background-color: #666666;
	opacity: .8;
	filter: alpha(opacity=80);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#scroll_box {
	height: 286px;
	overflow: auto;
}
#scroll_up {
	cursor: pointer;
}
#scroll_down {
	cursor: pointer;
}
.allmap {
	position: relative;
	width: 90px;
	height: 54px;
	background: transparent;
	background-color: #666666;
	opacity: .8;
	filter: alpha(opacity=80);
	margin: -54px 0px 0px 0px;
	cursor: pointer;
}
.byebyesub {
	clear: both;
}
.resort {
	display: block;
	clear: both;
	background-color: #E1E1E1;
	width: 100%;
}