
#lead .gl {
    display: block;
	position: relative;
	overflow: hidden;
}

#lead .gl span,
#lead .gl a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#lead a.gl span {
	cursor: pointer;
}

/** Trip Lead Selection

---------------------------------------*/

#tripLeadSelection {
	position: absolute;
	width: 505px;
	background: url("/worldguide_static/images/bg_trip_lead_reveal_top.png") no-repeat;
	padding: 26px 0 0;
	top: 80px;
	left: -9999px;
	z-index: 10;
}



#tripLeadSelection.active {
	position: absolute;
    top: 150px;
    left:50%;
	margin: 0px 0px 0px -145px;
}


#tripLeadSelection h3 {
	width: 164px;
	height: 22px;
	margin: 0 -40px 1em;
	cursor: default;
}



#tripLeadSelection div.body {
	background: url("/worldguide_static/images/bg_trip_lead_reveal_mid.png") repeat-y;
	margin: 0;
	padding: 0 10px 10px;
	color: #333;
}




#tripLeadSelection p.error {
	line-height: 1.5em;
	margin: -.5em 0 1em;
	padding: .5em 0;
	border: 1px #cbcbcb solid;
	border-right: none;
	border-left: none;
	color: #ae0000;
	font-weight: bold;
}



#tripLeadSelection p.close {
	position: absolute;
	top: 6px;
	right: 29px;
}



#tripLeadSelection p.close a {
	height: 15px;
	width: 45px;
}



#tripLeadSelection p.close a span{
	background: url("/worldguide_static/images/btn_reveal_close.png") no-repeat 0 0;
}



#tripLeadSelection p.close a:hover span{
	background-position: 0 -34px;
}


#tripLeadSelection div.bot {
	height: 29px;
	background: url("/worldguide_static/images/bg_trip_lead_reveal_bot.png") no-repeat;
}


