#content #mainContentright {
	width:360px;
	display:inline;
	float:right;
	padding-bottom:20px;
}
#content #mainContentright p{ color:#545454; margin-bottom:10px; line-height:22px;}
#content #subContentleft {
	width:610px;
	display:inline;
	float:left;
	padding-bottom:20px;
}
h2{ font-size:20px; font-weight:100; margin:0 0 15px 0;}
/*top destinations*/
.topdestination{ width:190px; padding:5px; float:left;}
.topdestination .topPic{ width:190px; height:142px; position:relative; margin:0 0 10px 0;}
.topdestination .cityName{ width:190px; padding:5px 0 5px 0; text-align:center; color:#FFF; font-size:12px; position:absolute; background:url(/css/new/images/homepage/top-bg.png) repeat; bottom:0;}
.topdestination .cityName a{ color:#fff; text-decoration:none;}
.topdestination .cityName a:hover{ text-decoration:underline;}
/*page Nav*/
.tourpageNav{ border-bottom:1px solid #d1d1d1; border-top:1px solid #d1d1d1;  background:#f1f1f1; margin:0;}
.tourpageNav ul li{ list-style:none; display:block; width:70px; float:left; text-align:center;padding:10px 0 10px 0;}
.tourpageNav ul li.active{ background:#d4eef6; position:relative;}
.tourpageNav ul li.active .bg{
	width:9px;
	height:7px;
	background:url(/css/new/images/homepage/active-city.jpg) no-repeat;
	position:absolute;
	bottom:-8px;
	left: 29px;
}
.cityTourList{ padding:10px; border-bottom:1px solid #d1d1d1; border-left:1px solid #d1d1d1; border-right:1px solid #d1d1d1; margin:0 0 10px 0;}
.cityTourList ul li{
	font-size:12px;
	line-height:20px;
	color:#545454;
	display:block;
	padding:7px 0 7px 20px;
	background:url(/css/new/images/drop1.gif) no-repeat left 12px;
	border-bottom:#d1d1d1 dashed 1px;}
/*special report*/
.specialReport{
	width:170px;
	height:153px;
	position:relative;
	margin:0 10px 10px 0;
	float:left;
}
.specialReport .sightName{
	width:150px;
	padding:5px 10px 5px 10px;
	color:#FFF;
	font-size:12px;
	position:absolute;
	background:url(/css/new/images/homepage/top-bg.png) repeat;
	bottom:0;
}
.specialReport .sightName h3 a{ color:#fff; text-decoration:none; font-size:15px; font-weight:100;}
.specialReport .sightName h3 a:hover{ text-decoration:underline;}
#slider{height:380px; overflow:hidden; position:relative;}
#slider p{position:absolute; right:10px; bottom:10px;}

#slider p span {
background: white;
border: 1px solid #900;
color: #900;
cursor: pointer;
display: block;
float: left;
margin-right: 5px;
padding: 1px 5px;

}
#slider p span.on {
background: #900;
color: white;
}

