@charset "UTF-8";
/* CSS Document by samuel ng */

html {
	height:100%;
	text-rendering: geometricPrecision;
}

body {
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	background: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color:#333;
}

img {
	border: 0;
	display:block;
	outline:none;
}

textarea:focus, input:focus{
    outline: none;
}

a {
	font-weight:normal;
	color:#333;
}

/* remove the line around the link */
a, a:focus, img, input{
	noFocusLine:expression(this.onFocus=this.blur()); 
	-moz-outline: none !important;
	outline: none;
}

*:focus { outline: 0; }

.bold {
	font-weight:bold;
}

.blue {
	color:#005BAA;
}

.black {
	color:#000;
}

.grey {
	color:#777;	
}

.red {
	color:#C00;
}

.green {
	color:#007A39;
}

.gold {
	color:#A87E00;
}

.pink {
	color: #DA1D5D;
}

.brown {
	color: #A64D2C;
}

.orange {
	color:#F05A28;
}

.light_grey {
	color:#EEE;
}

.big {
	font-size:14px;
	font-weight:bold;
}

.large {
	font-size:16px;
	font-weight:bold;
}

.two_line {
	line-height: 250%;
}

.notice {
	font-size:15px;
	line-height:32px;
	color:#C00;
}

.notice2 {
	font-size:12px;
	line-height:36px;
	color:#666;
	font-weight:bold;
}

.notice_box {
	width:100%;
	font-size:13px;
	line-height:21px;
	color:black;
	background-color:#E3E3E3;
	padding:2px;
}

.notice_box ul li {
	list-style:disc;
}

.right {
	text-align:right;
}

.full_width {
	width:100%;
}

.danger {
	background:#FD0;
	color:#A00;
	font-weight:normal;
}

.egl_more {
	text-align:right;
}

.egl_more2 {
	float:right;
	font-size:13px;
	line-height:13px;
}

.egl_more2 a {
	color: #111;
}
	

#egl_wrapper {
    width:980px;
	margin:0 auto;
	padding:0;
}

#egl_header {
	float:left;
	width: 786px;
	height:131px;
	position:relative;
}

#egl_header img {
	display:inline;
}

#egl_callcenter_wrapper {
	float:right;
	width: 194px;
	height:112px;
	position:relative;
	z-index:100;
}

#egl_left_content {
	float:left;
	width: 210px;
	border:1px solid #CCC;
	background:#F2F2F2;
	padding-bottom:5px;
}

#egl_left_content img {
	display:inline;
}

#egl_main_content {
	float:right;
	width: 760px;
}

#egl_full_content {
	width: 100%;
}

#egl_tourtips_content {
	width: 800px;
	margin:0 auto;
	border:1px solid #000;
}

#egl_footer {
	float:left;
	width: 100%;
	margin-top:24px;
	background-color:#EEE;	
	padding-top: 8px;
	border-top: 1px solid #CCC;
}

.clear {
	clear:both;
}

.egl_footer_copyright {
	padding-left:6px;
	background: url(../images/egl_footer_logo.png) top right no-repeat;
	background-color: #AAA;
	color:#FFF;
	font-size:10px;
	font-weight:normal;
	height: 48px;
	line-height:43px;
	margin-top:10px;
}

.egl_footer_copyright img {
	display:inline;	
	vertical-align:middle;
}

.egl_footer_content {
	text-align: left;
	display: block;
	float: left;
	padding-right: 8px;
	font-size:11px;
	padding-left: 8px;
}

.egl_footer_content_last {
	text-align: left;
	display: block;
	float: left;
	padding-right: 0;
	font-size:11px;
}

.egl_footer_content a, .egl_footer_content_last a {
	color: #808080;
	text-decoration: none;
}

.egl_footer_content a:hover, .egl_footer_content_last a:hover {
	color: #990000;
	text-decoration: none;
}

.egl_footer_content .heading, .egl_footer_content_last .heading {
	font-weight: bold;
	color: #005BAB;
}

.back-to-top {
			position: fixed;
			bottom: 25px;
			right: 18px;
			text-decoration: none;
			background-image: url(../images/back_to_top.png);
			background-repeat:no-repeat;
			width:25px;
			height:25px;
			overflow:hidden;
			display: none;
		}

.back-to-top:hover {
		background-position:0 -25px;	
		}

#egl_logo {
	position:absolute;
	left:0;
	top:0;
}

#egl_stock {
	position:absolute;
	left:306px;
	top:0;
}

#egl_member {
	position:absolute;
	left:130px;
	top:0;
	width:64px;
	height:50px;
	display:block;
	z-index:6;
}

#egl_member ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#egl_member ul li {
	padding: 0;
}

#egl_member ul li ul {
	display:none;
}

#egl_email {
	position:absolute;
	left:66px;
	top:0;
	width:64px;
	height:50px;
	display:block;
}

#egl_agent {
	position:absolute;
	left:0;
	top:0;
	width:66px;
	height:50px;
	display:block;
	z-index:7;
}

#egl_agent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#egl_agent ul li {
	padding: 0;
}

#egl_agent ul li ul {
	display:none;
}

#egl_call {
	position:absolute;
	left:40px;
	bottom:0;
}

#egl_topmenu {
	position:absolute;
	top:22px;
	left:306px;
	width:470px;
	height:40px;
	display:inline;
	padding:0;
	z-index:99;
}

#egl_topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#egl_topmenu li {
	padding: 0;
	float: left;
}

#topmenu_01 a{
	float:left;
	display: block;
	width: 94px;
	height: 40px;
}

#topmenu_02 a{
	float:left;
	display: block;
	width: 33px;
	height: 40px;
}

#topmenu_03 a{
	float:left;
	display: block;
	width: 38px;
	height: 40px;
}

#topmenu_04 a{
	float:left;
	display: block;
	width: 54px;
	height: 40px;
	background: url(../images/topmenu_04.png) 0 0 no-repeat;
}

#topmenu_05 a{
	float:left;
	display: block;
	width: 54px;
	height: 40px;
	background: url(../images/topmenu_05.png) 0 0 no-repeat;
}
#topmenu_06 a{
	float:left;
	display: block;
	width: 54px;
	height: 40px;
	background: url(../images/topmenu_06.png) 0 0 no-repeat;
}
#topmenu_07 a{
	float:left;
	display: block;
	width: 54px;
	height: 40px;
	background: url(../images/topmenu_07.png) 0 0 no-repeat;
}

#topmenu_08 a{
	float:left;
	display: block;
	width: 89px;
	height: 40px;
}

#topmenu_07 a:hover,#topmenu_04 a:hover,#topmenu_05 a:hover,#topmenu_06 a:hover
	{
	background-position: 0 -40px;
}

#egl_topmenu a {
	cursor: pointer
}

.egl_various_btn {
	padding:0;
	display:inline;
}

.disclaimer {
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	color:#FFF;
	background:#818283;
	padding:4px;
	display:inline-block;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border:2px solid #CCC;
	margin-top:10px;
}

.egl_line {
	width:100%;
	clear:both;
}

#redline {
	width: 78%;
	border-top: 5px solid #EC1C24;
	float:left;
}

#blueline {
	width: 22%;
	border-top: 5px solid #005BAB;
	float:right;
}

#egl_left_content {
	float:left;
	width: 210px;
	border:1px solid #DDD;
	background:#F4F5F7;
}

#egl_left_content img {
	display:inline;
}

.egl_quick_search_box {
	width:201px;
	margin:0 auto;	
	font-size:12px;
	line-height:18px;
}

.egl_quick_search_box img{
	vertical-align:middle;
}

.form_seperator {
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #999;
}

.egl_quick_search_box .submit {
	float:right;
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:right;
}

#egl_main_content {
	float:right;
	width: 760px;
}

.egl_blue_header {
	background:#1C75BC;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	padding:3px;
	margin-bottom:10px;
}

.egl_div_content {
	width:100%;
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.even_div {
	background:#F2F2F2;
}

.egl_right_div {
	float:right;
	margin-bottom:10px;
}

.egl_left_div {
	float:left;
	margin-bottom:10px;
}

.egl_left_div img {
	display:inline-block;
}

.egl_shopping_cart {
	border:1px solid #CCC;
	padding:5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#FFC;
}

.egl_shopping_cart img{
	display:inline;
	vertical-align:middle;
}

.egl_floating_cart {
	position:fixed;
	top:200px;
	right:0;
	background:#FFDE17;
	padding:1px;
	z-index:100;
	border:1px solid #CCC;
	text-align:center;
	margin:0 auto;
}

.egl_floating_member {
	position:fixed;
	top:246px;
	right:0;
	background:#9B77BB;
	padding:1px;
	z-index:101;
	border:1px solid #CCC;
	text-align:center;
	margin:0 auto;
}

.egl_div_header {
	width:100%;
	color: #005BAA;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #75BFFF;
	padding-bottom:8px;
	margin-bottom:15px;
}

a#quick_search_head1 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head1.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
}

a#quick_search_head2 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head2.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
}
a#quick_search_head3 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head3.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
}

a#quick_search_head4 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head4.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
}

a#quick_search_head5 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head5.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
}

a#quick_search_head6 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head6.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head7 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head7.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head8 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head8.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head9 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head9.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head10 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head10.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head11 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head11.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head12 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head12.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a#quick_search_head13 {
	display: block;
	width: 201px;
	height: 30px;
	background: url(../images/quick_search_head13.png) 0 0 no-repeat;
	overflow:hidden;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

a:hover#quick_search_head1, a:hover#quick_search_head2, a:hover#quick_search_head3, a:hover#quick_search_head4, a:hover#quick_search_head5, a:hover#quick_search_head6, a:hover#quick_search_head7, a:hover#quick_search_head8, a:hover#quick_search_head9, a:hover#quick_search_head10, a:hover#quick_search_head11, a:hover#quick_search_head12,
a:hover#quick_search_head13 {
	background-position:0 -30px;
}

.quick_search_fit {
	float:left;
	width:65px;
	height:25px;
	font-size:13px;
	line-height:13px;
	padding-top:6px;
}

.two_column {
	width:130px;
}

.onehalf_column {
	width:96px;
}

.quick_search_fit a {
	color:#666;
	text-decoration:none;
}

.quick_search_fit a:hover {
	color:#36C;
	text-decoration:underline;
}

.quick_search_hotel_heading a {
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	background:#888;
	padding:1px 3px;
	margin-top:3px;
	text-decoration:none;
}

.quick_search_hotel_heading a:hover {
	color:#000;
}

.quick_search_hotel a {
	float:left;
	width:100%;
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#1b75bb;
	padding-top:5px;
	text-decoration:none;
}

.quick_search_hotel a:hover {
	color:#900;
}

.quick_search_hotel_text {
	width:100%;
	float:left;
	font-size:13px;
	line-height:21px;
	color:#666;
}

.quick_search_hotel_text a {
	color:#666;
	text-decoration:none;
}

.quick_search_hotel_text a:hover {
	color:#36C;
	text-decoration:underline;
}

/* slide in header */

#headerSlideContainer {
	position: fixed;
	top:-70px;
	width: 100%;
	background: #FFF;
	border-bottom:1px solid #CCC;
	z-index:10;
}

#headerSlideContent {
	margin:0 auto;
	width: 980px;
	height: 36px;
	margin: 0 auto;
	color: #666;
}

#headerSlideContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:7px;
}

#headerSlideContent li {
	float: left;
	padding-left: 3px;
}

/* member CSS */

.search_form {
	width:100%;
	margin:0 auto;
	padding-top:30px;
	padding-bottom:30px;
	text-align:center;
}

.search_form_left {
	float:left;
	width:280px;
	text-align:left;
	margin-left:200px;
	padding-right:20px;
	border-right:1px dotted #bbb;
}

.search_form_right {
	float:left;
	width:380px;
	margin-left:20px;
	text-align:left;
}

.register_form {
	width:66%;
	text-align:left;
	margin-left:148px;
}

.cart_table {
	width: 830px;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 12px;
	text-align: left;
	background: #FFF;
	padding: 5px;
}

.cart_table td,th {
	vertical-align: middle;
	font-weight: normal;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.cart_table th {
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background: #E8E8E8;
	text-align:center;
}

.cart_table td {
	padding: 10px 5px;
}

.cart_table td.center {
	text-align:center;
}




/* ISM CSS */

.ism_product_list {
	width: 100%;
	padding: 0;
	border:none;
}

.ism_product_list tr {
	vertical-align:middle;
}

.ism_product_list td {
	padding-left:5px;
	padding-right:5px;
}

.ism_product_list td.last {
	border-left: 1px solid #D8D8D8;
	text-align:center;
	padding:0;
}

.ism_product_list td.right {
	text-align:right;
}

.ism_product_list tr.extra {
	height: 10px;
}

.ism_product_list td.grey {
	border:none;
	background:#E8E8E8;
}

.ism_product_list td.grey2 {
	border:none;
	font-weight: bold;
	color:#888;
	padding-bottom:5px;
}

.ism_product_list td.no_border {
	border:none;
}

.ism_product_list td.remarks {
	border:none;
	border-top:1px solid #D8D8D8;
	font-size:11px;
	line-height:15px;
	padding-top:8px;
}

.ism_product_list td.add_to_cart {
	text-align:right;
	font-size:13px;
}

.ism_product_list td img {
	display:inline;
}

.ism_product_list td a {
	display:inline-block;
}

.ism_main_content {
	width:100%;
	border:3px solid #DDD;
	margin-bottom:20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top:10px;
	padding-bottom:10px;
	font-size:13px;
	line-height:20px;
}

.ism_content_img {
	float:left;
}

.ism_content_left {
	float:left;
	width:268px;
	border-right:2px dotted #BBB;
	padding-right: 12px;
}

.ism_content_right {
	float:right;
	width:268px;
	padding-right: 10px;
}

.ism_content_list {
	width:100%;
	font-size:15px;
	line-height:15px;
	padding-top:6px;
	padding-bottom:6px;
	border-top:1px solid #CCC;
}

.ism_content_list_bottom {
	border-bottom:1px solid #CCC;
}

/* SEO CSS */

.seo {
	width:100%;
	text-align:center;
	padding-top:12px;
	color:#777;
	font-size:11px;	
	line-height:20px;
	margin-top:20px;
	border-top: 2px dotted #CCC;
	display:none;
	visibility:hidden;
}

.seo a {
	color:#777 ;
}

/* FIT CSS */

.fit_product_list {
	width: 100%;
	padding: 0;
	border:none;
}

.fit_product_list tr {
	vertical-align:top;
	border:none;
}

.fit_product_list td {
	padding-left:0;
	padding-right:0;
	border:none;
	padding-bottom:1px;
}

.fit_product_table {
	width: 100%;
	font-size: 13px;
	line-height:20px;
	text-align: left;
	background: #FFF;
	margin-bottom: 20px;
}

.fit_product_table td {
	width:240px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:10px;
	border: none;
}

.fit_product_table tr {
	vertical-align:top;
}

.fit_product_table td .code{
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}

.fit_product_table td .large{
	font-size:15px;
}

.fit_product_table tr.extra {
	height: 10px;
}

.fit_banner {
	width:100%;
	float:right;
	height:216px;
	overflow:hidden;
	margin-bottom:5px;
}

.fit_banner ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

.fit_product_img_wrapper {
	width: 100%;
	height: 94px;
	overflow:hidden;
}

.fit_product_img_wrapper img {
	width: 100%;
	display: inline-block;
	margin:-10% 0;
	vertical-align:middle;
}

/* Hotel CSS */

.hotel_table {
	width: 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #FFF;
	padding: 5px;
}

.hotel_table td,th {
	vertical-align: middle;
	font-weight: normal;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.hotel_table th {
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	background: #F2F2F2;
	text-align:center;
}

.hotel_table td {
	padding: 6px 3px;
}

.hotel_table td.left {
	text-align:left;
}

.hotel_table .collapse.in {
	display:table-row;
}

.hotel_table tr.even {
	background:#E4F0FF;
}

.hotel_details {
	float:left;
	width: 60%;
}

.hotel_map {
	float:right;
	width: 38%;
	height: 410px;
	overflow:hidden;
	border:1px solid #CCC;
}

.hotel_images {
	width: 100%;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}

.hotel_images img {
	display:inline;
	vertical-align:middle;
}

.hotel_details_table {
	width: 100%;
	border: none;
	font-size: 12px;
	line-height:16px;
	text-align: left;
	padding: 0;
}

.hotel_details_table td {
	vertical-align: top;
	padding: 2px;
}

.hotel_indent {
	padding-left:25pt;
 	text-indent: -25pt;
}

.hotel_btn_div {
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	text-align:center;
}

/* iroom */

.iroom_table {
	width:100%; 
	border-top:#DDD 1px solid;
	border-left:#DDD 1px solid;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	line-height:16px;
}

.iroom_table th{
	font-size:13px;
	background:#EEE;
	color:#888;
	font-weight:normal;
	text-align:center;
	padding:5px;
}

.iroom_table td, th {
  border-right:#CCC 1px solid;
  border-bottom:#CCC 1px solid;
  padding:10px 5px;
  vertical-align:middle;
}

.iroom_table td {
  padding:10px 5px;
}
  
.iroom_table img {
  display:inline;
}

/* Promotion CSS */

.promote {
	width:100%;
	border:1px solid #CCC;
	margin-top:16px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	padding: 2px;
	background: #FFF;
}

.promote img {
	display:inline;
}

.promotion_table {
	width: 100%;
	font-size: 13px;
	line-height:24px;
	text-align: left;
	background: #FFF;
}

.promotion_table tr {
	vertical-align: top;
}

.promotion_table td {
	padding: 5px;
	border-right: 1px dotted #AAA;
}

.promotion_table td.no_border {
	border: none;
}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #BBB;
  -webkit-box-shadow: 0 15px 10px #BBB;
  -moz-box-shadow: 0 15px 10px #BBB;
  box-shadow: 0 15px 10px #BBB;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

	
/* jssor navigator */


.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av
            {
				font-family: Arial, Helvetica, sans-serif;
                filter: alpha(opacity=70);
                opacity: .7;
                overflow:hidden;
                cursor: pointer;
                border: none;
				text-align:center;
				font-size:10px;
				line-height:15px;
				font-weight:bold;
            }
            .jssorb01 div { background-color: #FFF; }
            .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
            .jssorb01 .av { background-color: #666; color:#FFF;}
            .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
			
			 <!-- Arrow Navigator Skin Begin -->
            /* jssor slider arrow navigator skin 05 css */
            /*
            .jssora05l              (normal)
            .jssora05r              (normal)
            .jssora05l:hover        (normal mouseover)
            .jssora05r:hover        (normal mouseover)
            .jssora05ldn            (mousedown)
            .jssora05rdn            (mousedown)
            */
            .jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn
            {
            	position: absolute;
            	cursor: pointer;
            	display: block;
                background: url(images/a17.png) no-repeat;
                overflow:hidden;
            }
            .jssora05l { background-position: -10px -40px; }
            .jssora05r { background-position: -70px -40px; }
            .jssora05l:hover { background-position: -130px -40px; }
            .jssora05r:hover { background-position: -190px -40px; }
            .jssora05ldn { background-position: -250px -40px; }
            .jssora05rdn { background-position: -310px -40px; }
        <!-- Arrow Left -->
		
/* vertical banner rotator */

#vertical-ticker {
	height: 216px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#vertical-ticker li {
	padding: 0;
	display: block;
	margin-bottom:12px;
}

#static_vertical-ticker {
	height: 216px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#static_vertical-ticker li {
	padding: 0;
	display: block;
	margin-bottom:12px;
}

#vertical-ticker2 {
	height: 344px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#vertical-ticker2 li {
	padding: 0;
	display: block;
	margin-bottom:10px;
}

#static_vertical-ticker2 {
	height: 344px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#static_vertical-ticker2 li {
	padding: 0;
	display: block;
	margin-bottom:10px;
}

.up_down_btn_holder {
	width:100%;
	height:17px;
}

#ticker-previous {
	float:left;
	width:24px;
	margin-left:30px;
}

#ticker-next {
	float:right;
	width:24px;
	margin-right:20px;
}

#ticker-previous:hover img, #ticker-next:hover img {
	cursor:pointer;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1.0;
  /* Safari 1.x */
  -khtml-opacity: 1.0;
  /* Good browsers */
  opacity: 1.0;
}

#ticker-previous img, #ticker-next img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/* travel CSS */

.quick_search_photo {
	float:left;
	width:65px;
	height:50px;
	border:1px solid #F2F2F2;
	box-sizing: content-box;	
}

.quick_search_photo img{
	cursor:pointer;
	/* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1.0;
  /* Safari 1.x */
  -khtml-opacity: 1.0;
  /* Good browsers */
  opacity: 1.0;
}

.quick_search_photo:hover img{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.canton {
	width:98px;
}

.sub_banner_wrapper {
	width:220px;
	float:right;
	height:344px;
	overflow:hidden;
	margin-bottom:5px;
}

.special_banner_wrapper {
	width:768px;
	margin-top:6px;
	margin-bottom:15px;
	float:left;
}

.special_banner {
	float:left;
	width:148px;
	height:180px;
	margin-right:5px;
	overflow:hidden;
	position:relative;
}

.special_banner_line {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:41px;
	border-bottom:1px solid #CC0033;
}

.banner_wrapper {
	width:778px;
	margin-top:10px;
}

.banner_wrapper img {
	float:left;
	display:inline-block;
	margin-right:12px;
	margin-bottom:18px;
}

.panel {
	margin-top:10px;
	margin-bottom:25px;
}

.whats_new_content {
	width:368px;
	float:left;
	padding:5px;
}

.whats_new_photo {
	width:80px;
	height:60px;
	float:left;
	overflow:hidden;
	border:1px solid #CCC;
	box-sizing:border-box;
}

.whats_new_heading {
	font-size:18px;
	font-weight:bold;
	color:#005BAB;
	text-align:center;
	padding:5px;
	background:#CCC;
	margin-bottom:10px;
	display:block;
}

.whats_new_text {
	width:270px;
	float:right;
	font-size:12px;
}

.whats_new_text .heading {
	font-size:13px;
	font-weight:bold;
	color:#1b75bb;
	text-decoration:none;
}

.whats_new_text .heading a {
	font-size:13px;
	font-weight:bold;
	color:#1b75bb;
	text-decoration:none;
}

.tour_product_list {
	width: 100%;
	padding: 0;
	border:none;
	font-size:13px;
	line-height:21px;
}

.tour_product_list tr {
	vertical-align:middle;
}

.tour_product_list td {
	padding-left:5px;
	padding-right:5px;
}

.tour_product_list td.right {
	text-align:right;
}

.tour_product_list td.right img {
	display: inline;
	text-align:right;
}

.tour_product_list tr.extra {
	height: 6px;
}

.tour_product_list td.extra {
	border-bottom: 1px solid #D3D3D3;
}

.tour_product_list td.icon {
	font-size:12px;
}

.tour_product_list td.icon img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
}

.tour_product_list td.indent {
	padding-left: 3.2em;
    text-indent:-2.8em;
}

.tour_img_wrapper {
	margin:0 auto;
	width:100%;
	background:#EEE;
	text-align:center;
	padding:6px;
	margin-bottom:25px;
	border-top:2px solid #DDD;
	border-bottom:2px solid #DDD;
}

.tour_img_div {
	display:inline-block;
	padding:0;
	margin:3px;
	border:2px solid #FFF;	
	background:#FFF;
	width:124px;
	box-sizing:border-box;
}

.tour_img_div .heading {
	width:100%;
	font-size:12px;
	line-height:12px;
	color:#333;
	font-weight:normal;
	padding: 8px 0;
	text-align:center;	
}

.cruise_tab {
	width:100%;
	margin-bottom:20px;
}

.cruise_tab img {
	display:inline-block;
	margin-right:2px;
}

.contact_form {
	width:500px;
	margin-left:120px;
}

.fit_landing_thumbnail_crop_div
{
    width: 240px;
    height: 94px;
    overflow: hidden;
    position: relative;
}
.fit_landing_thumbnail_crop_div img {
    position:absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: 100%;
    height: auto;
}

@media print{
	a[href]:after{content:"";}
}