div#vidModule {
	position:relative;
}
div.vidButton {
	position:relative;
	padding:0;
	margin:0;
	width:210px;
}
div.vidButton a p {
	width:200px;
	padding-top:7px;
	font-size:10px;
	line-height:12px;
	cursor:pointer;
}
div.vidButton a p strong {
	float:right;
}
div#vidOverlay {
	display:block;
	position:absolute;
	z-index:50;
	right:0;
	top:0;
	padding:0;
	margin:-1px 0 0 0;
	border:none;
	overflow:hidden;
	/* width/height for ie6 */
	width:1px; 
	height:1px; 

}
div#vidOverlay a {
	width:100%;
	padding:0px;
	margin:0;
	height:20px;
	background:url('/shared/images/buttons/btn_contract.gif') top left no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	display:block;
}

