#videoContainer {
	display: none;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

#videoPlayer {
	position: relative;
	top: -25px;
}

#TB_window {
	padding-top: 38px;
	padding-left: 15px;
}

#TB_ajaxContent {
	width: 478px !important;
}

#closeBtn {
	position: relative;
	float: right;
	right: 0px;
	top: -25px;
	cursor: pointer;
}

#showLink {
	text-decoration: none;
}

#playVideo {
	position: relative;
	top: -20px;
	font-size: 9px;
	color: #532f19;
	margin-left: 5px;
}
	
