#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:10;
}

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	width:550px;
	background:#FFFFFF;
	z-index:20;
	padding:6px 10px;
	*padding-bottom:0;
	font-size:13px;
	text-align:center;
	margin:29px 0 0 -24px;
}

#popupNav {
	margin:10px 0 0 0;
}

#popupContactClose {
	display:block;
	text-align:right;
	padding:0 0 7px 0;
}

#popupContactClose img {
	cursor:pointer;
}

#popupContactNext, #popupContactPrev {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	display: inline;
	cursor:pointer;
	float:left;
}

#popupContactNext {
	float:right;
	float:right;
}

#popupContactNext:hover{
	color:#ff6600;
}

.welcomeVideo {
	*height:345px;
}