/* BIDX VTOUR CSS */
/* General Demo Style */
body {
	font-family: 'Open Sans Condensed', 'Arial Narrow', Verdana, Geneva, sans-serif;
	background: #ddd url(../images/bgnoise_lg.jpg) repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}
.container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 1000px;
}
.htitle {
	width:   100%;
	padding: 10px;
	margin-bottom: 30px;
	display: block;
	font-size: 40px;
	line-height: 40px;
	font-weight: Bold;
	color: #726f66;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	text-align:center;
}
.vt_list {
	position: absolute;
	top: 76px;
	right: 16px;
	list-style:none;
	color: black;
	margin: 10px;
	width: 330px;
}
.vt_address {
	font-size: 24px;
	line-height: 24px;
	font-weight: Bold;
	color: #726f66;
}
.vt_public_remarks {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:justify;
}
.tour {
	width:   630px;
	height:  430px;
	border:  1px solid #ccc;
	background-color: #eee;
}
.tour img {
	padding: 15px;
	width:  600px;
	height: 400px;
	top:  0;
	left: 0
}
.slide_title {
	position: absolute;
	top: 16px;
	left: 16px;
	color:#88e;
	font: bold 24px/45px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 8px;
}
.slide_desc {
	position: absolute;
	bottom: 18px;
	left: 18px;
	width: 578px;
	padding: 10px;
	color:#FFF;
	font: 14px/24px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
}
