#info {
	position: absolute;
	left:210px;
	top:20px;
	width:300px;
	display: none;
	z-index:1000;
}
.tourshadow {
	width: 320px;
	background: url(../img/shadow.png) no-repeat bottom right !important;
	background: url(../img/shadow.gif) no-repeat bottom right;
	margin: 0px 14px 12px 6px !important;
	margin: 0px 14px 12px 3px;
	padding: 0px;
	}
.tourbox {position: relative;
	bottom: 6px;
	right: 6px;
	width: 300px;
	margin: 0px;
	padding: 10px;
	background-color: #353535;
	} 
#tour-content-here {width: 278px;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	text-align: left;
	overflow:hidden;
	}
#tour-content-here p {
	padding-left:30px;
}
#tour-content-here h4 {
	text-align:center;
}
.widget img {
	width:auto;
	display:inline;
	float:right;
}