.tourvidBox{
	
	width:460px;
	margin-left:5px;

}
.tourvids {
	width: 460px;
	
}
.tourvids h3 {
	background: #fff url(images/europe-arrow.gif) no-repeat right -51px;
	padding:5px;
	margin: 0;
	font-size:24px;
	letter-spacing:-2px;
margin-top:10px;
	font-family:Arial,Helvetica,sans-serif;
	border: solid 1px #000;

	cursor: pointer;
}
.tourvids h3:hover {
	background-color: #eeeeee;
}
.tourvids h3.active {
	background-position: right 5px;

}
.tourvids p {
	background: #fff;
	margin: 0;
color:#333;
	padding: 5px 15px 20px;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	display: none;
}
