﻿/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#hotelpreview
{
	width: 535px;
	font-size: 12px;
	font-family: "MS UI Gothic" , "Tahoma" , "Lucida Grande" , "ヒラギノ丸ゴ Pro W4" , "Osaka" , "ＭＳ Ｐゴシック" ,sans-serif;
}

#hotelpreview ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
}

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#hotelpreview .hotelPrev-slides
{
	overflow: hidden;
	width: 535px;
}

#hotelpreview .hotelPrev-slides ul li
{
	display: none;
}

#hotelpreview .hotelPrev-slides h2
{
	margin-top: 0;
	font-size: 11px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#hotelpreview .hotelPrev-tabs
{
overflow:hidden;
width:535px;
}

#hotelpreview .hotelPrev-tabs li
{
	float: left;
}

#hotelpreview .hotelPrev-tabs li a
{
	display: block;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
	outline: none;
}

.js #hotelpreview .hotelPrev-tabs li.on a, .activeSlide
{
	position: relative;
	bottom: -5px;
	z-index: 100;
}

.borderhawaii
{
	border: solid 1px #52b1bf;
	background-color: #f9f7ec;
	float: none;
	width: 533px;
	overflow: hidden;
	padding: 0px;
	font-size: 11px;
	z-index: -100;
}
.borderguam
{
	border: solid 1px #51c999;
	background-color: #f9f7ec;
	float: none;
	width: 533px;
	overflow: hidden;
	padding: 0px;
	font-size: 11px;
	z-index: -100;
}
.borderintl
{
	border: solid 1px #d4acff;
	background-color: #f9f7ec;
	float: none;
	width: 533px;
	overflow: hidden;
	padding: 0px;
	font-size: 11px;
	z-index: -100;
}

.hotelPrevDesc
{
	font-size: 10px;
	line-height: 16px;
}

.hotelPrevRate
{
	font-size: 14px;
	font-weight: bold;
	color: Black;
}

.hotelTitle
{
	height: 36px;
	line-height: 18px;
	width: 145px;
	overflow: hidden;
	margin-bottom: 3px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
}

