#HotTourBoxSlide{
	width: 980px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
#slider{
	width: 2940px;
	height: 277px;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
#a{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #2994ff;
	border-radius: 2px;
	text-align: center;
	margin-top: 0px;
	text-decoration: none;
	font: 12px vlkwebfont;
	cursor: pointer;
	color: #fff;
	float: right;
	box-shadow: 0px 0px 2px 0px #999;
}
#a:hover{
	color: #fff;
	background: #2687e8;
	box-shadow: 1px 0px 5px 0px #aaa;
}
.active_slide{
	color: #fff;
	background: #2687e8;
	box-shadow: 1px 0px 5px 0px #aaa;
}
#a.left{
	float: left;
}
#a.right{
	float: right;
}
#a.center{
	float: left;
	//position: relative;
	margin-left: 6px;
	//left: 35%;
}
			.div{
				width: 980px;
				//float: left;
				position: relative;
			}			
			.block{
				width: 225px;
				padding: 5px;
				margin-left: 4px; 
				margin-right: 4px;
				height: 259px;
				float: left;
				border: 1px solid #e7e6e6;
				box-shadow: 0px 0px 2px 2px #e7e6e6;
			}
			
			.block>img{
				width: 219px;
				height: 140px;
				//background: black;
				margin-bottom: 6px;
			}
			.block>.priceTourBox{
				width: 219px;
				height: 23px;
				//background: white;float: left;
				border-bottom: 1px solid #2994ff;
				margin-bottom: 6px;
				font: 15px vlkwebfont;
				color: #2994ff;
			}
	.block>.titleTourBox{
			width: 219px;
			height: 65px;
			//background: white;
			color: #444;
			font: 13px vlkwebfont;
			text-align: left;
			margin-top: 6px;
			margin-bottom: 8px;
	}
	.block>.btnTourBox{
			width: 219px;
			//background: white;
			//height: 35px;
			float: right;
	}
	.block>.btnTourBox>a:hover{
			background: #2994ff;
			color: #fff;
	}
	.block>.HotTour{
		background-image: url('read.gif');
	}
	.block>.destination{
		background-image: url('more.gif');
	}
	.block>.btnTourBox>a{
			width: 110px;
			float: right;
			height: 23px;
			padding-top: 3px;
			font: 13px vlkwebfont;
			
			text-decoration: none;
			color: #777;
			border: 1px solid #ccc;
			//box-shadow: 1px 0px 0px 1px;
			//background: none;
			display: block;
			text-align: center;
	}