@charset "utf-8";
/* CSS Document */
.tableLabel{
	width: 180px;
	font-weight: bold;
	text-align: right;
}
.photo{
	width: 200px;
	height: 150px;
	position: relative;
}
.photo .details{
	position: absolute;
	bottom: 0px;
	height: 22px;
	width: 100%;
	color: #FFF;
	background: url(../img/black50.png) repeat;
	left: 0px;
	overflow: hidden;
	
}
.photo .details .caption{
	font-size: 15px;
	font-weight: bold;
	margin: 2px 6px 0px;
}
.photo{
	width: 200px;
	height: 150px;
	float: left;
	margin: 14px 14px 0px 0px;
	position: relative;
	background: url(../img/stripe.png) #D4D4D4;
}
#photos{
	clear: both;
	position: relative;
	padding: 0px 20px 20px;
}
#description{
	margin-bottom: 20px;
}
.col_left{
	width: 600px !important;
}
.gallery_more{
	text-align: right;
}
.gallery_more img{
	padding: 10px 20px 0px 0px;
}
.tour_detail{
	margin-top: 30px;
	margin-bottom: 20px;
}
.detail{
	font-size: 18px;
	font-weight: bold;
}