#video_button {
	position:absolute;
	z-index:2;
	top:150px;
	left:50%;
	margin-left:-470px;
	height:37px;
	width:200px;
	background-image: url(/shared/images/play_video.gif);
	cursor:pointer;
}

#video_button_es {
	position:absolute;
	z-index:2;
	top:150px;
	left:50%;
	margin-left:-470px;
	height:37px;
	width:200px;
	background-image: url(/es/images/play_video.gif);
	cursor:pointer;
}

#video_button_text {
	position:absolute;
	top:37px;
	font-family: verdana, arial, helvetica, san-serif;
	font-size:10px;
	color: #ffffff;
	font-weight:bold;
}


#video_shade {
	position:absolute;
	display:none;
	cursor: default;
	top: 0px;
	left: 0px;
	z-index: 21;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(/shared/images/vid_overlay.png) repeat;
}
*+html #video_shade {
	background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/shared/images/vid_overlay.png", sizingMethod="scale");
}
* html #video_shade {
	background-image: none; filter: progid:DXImagetransform.Microsoft.AlphaImageLoader(enabled="true", src="/shared/images/vid_overlay.png", sizingMethod="scale");
}	
#video_box {
	position:absolute;
	display:none;
	z-index:22;
	top: 105px;
	left: 50%;
}

#video_boxgolf {
	position:absolute;
	display:none;
	z-index:22;
	top: 50%;
	left: 50%;
}

#video_player {
	position:relative;
	display:none;
	z-index:23;
	width:720px;
	height:445px;
	margin-left:-360px;
	/*
	margin:-200px 0px 0px -360px;
	*/
}

#video_playergolf {
	position:relative;
	display:none;
	z-index:23;
	width:320px;
	height:290px;
	margin-left:-160px;
	/*
	margin:-200px 0px 0px -360px;
	*/
}

#video_close {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	/*margin: 5px 0px 0px 260px;*/
	height: 16px;
	background: url('/shared/images/video_close.png') right top no-repeat !important;
	background: url('/shared/images/video_close.gif') right top no-repeat; /* IE6 only */
}

#video_closegolf {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
	display: none;
	/*margin: 5px 0px 0px 260px;*/
	height: 16px;
	background: url('/shared/images/video_close.png') right top no-repeat !important;
	background: url('/shared/images/video_close.gif') right top no-repeat; /* IE6 only */
}

#video_close a, #video_closegolf a{
	display: block;
	cursor: pointer;
	padding-right: 22px;
	line-height: 16px;
	text-align: right;
	font-family: verdana, arial, helvetica, san-serif;
	font-size:9px;
	color: #ffffff;
	font-weight:bold;
}

#video_close a:hover {
	text-decoration: underline;
}

