div#popup.overlay {
	background-color: #fff;
	display:none;
	width:848px !important;
	height: auto !important;
	min-height: 600px;
	box-shadow: 0 0 50px #ccc;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
	behavior: url('css/PIE.htc');
	position: relative;
	z-index: 100;
}
div#popup.overlay .title_text {
	text-align: center;
	display: block;
	position: absolute;
    top: 395px;
    width: 100%;
	color: #555555;
	font-family: "neo-sans-intel", "tahoma", "helvetica", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
div#popup.overlay .close {
	background-image: url(../img/overlay_close.png);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	width: 13px;
	position: absolute;
	top: 15px;
	right: 15px;
	text-indent: -9999px;
	z-index: 50;
}
div#popup.overlay .vid_bg {
	background-image: url(../img/overlay_video_shadow.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	height: 410px !important;
	margin-top: 5px;
	position: relative;
}
div#popup.overlay .vid_container {
	background-color: #FFF;
	border: 1px solid #CCC;
	display: block;
	height: 334px !important;
	width: 586px !important;
	position: absolute;
    right: 136px;
    top: 38px;
	border-radius: 3px;
}
div#popup.overlay .vid_frame {
	height: 324px;
	width: 576px;
	margin: 5px;
	position: relative;
}
div#popup.overlay .vid_tray {
	background-image: url(../img/overlay_video_tray_top.png), url(../img/overlay_video_tray_bottom.png);
	background-color: #e5e5e5;
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto !important;
}
div#popup.overlay .vid_tray > ul {
	padding: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 125px;
}
div#popup.overlay .vid_tray > ul li {
    display: block;
    float: left;
    height: 84px;
    list-style-type: none;
    margin-right: 20px;
    position: relative;
    width: 146px;
	background: none;
	margin-bottom: 0;
	overflow: visible;
	padding-left: 0;
}
div#popup.overlay .vid_tray > ul li img {
	border: 3px solid #FFF;
	box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	behavior: url('css/PIE.htc');
}
div#popup.overlay .vid_tray > ul li img.hover {
	border: 3px solid #F90;
}
div#popup.overlay .vid_tray > ul li .vid_thumb_play {
	background-image: url(../img/vid_play_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#popup.overlay .vid_container .vid_poster_play {
	background-image: url(../img/vid_play_big.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 324px;
	width: 576px;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#popup.overlay .vid_tray > ul li .label {
	font-family: "neo-sans-intel", "tahoma", "helvetica", sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align: center;
	display: block;
	margin-top: 5px;
}