
.subject_video_container
{
	position:fixed;
	margin:0px;
	padding:0px;
	background-color:Black;
	z-index:2000;
}   
   
.subject_video_container .menu_container 
{
	width:100%;
	margin:0;
	position:static;
}

.vid_thumbnail_container
{
	padding:3px 3px 4px 9px;
}

.vid_thumbnail
{	
	margin:6px;
	float:left;
}

.vid_thumbnail img
{
	/*border:2px solid #e6e6e6;*/
}

.vid_title
{
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin-top:3px;
}

.vid_close_button
{
	position:absolute;
	top:-30px;
	right:0px;
}

.vid_modal_background
{
	z-index:1000;
	position:absolute;
	top:0px;left:0px;
	width:100%;height:100%;
	background-color:#000000;
	padding:0px;margin:0px;
}

.vid_player_container_inner
{
    margin-bottom:0px;
    padding-bottom:0px;
}

.vid_placeholder_img
{
	z-index:2000;width:4px;height:3px;
}

.vid_placeholder_flashvideo
{
	z-index:1500;
	/*width:733px;
	height:413px;*/
	width:500px;
	height:282px;
}
 
.vid_placeholder_html5
{
	z-index:1500;
	/*width:733px;
	height:413px;*/
	width:500px;
	height:282px;
}   
  
.vid_player_container_image
{
	/*width:733px;
	height:413px;*/
	width:500px;
	height:282px;
}

.vid_container {}
.vid_top_border {width:100%;height:4px;position:absolute;top:-4px;background:url(/orvis_assets/images/menu_border_top.png) repeat-x top left;*display:none;}
.vid_bottom_border {width:100%;height:4px;position:absolute;bottom:-4px;background:url(/orvis_assets/images/menu_border_bottom.png) repeat-x bottom left;*display:none;}
.vid_left_border {width:4px;height:100%;position:absolute;left:-4px;background:url(/orvis_assets/images/menu_border_left.png) repeat-y top left;*display:none;}
.vid_right_border {width:4px;height:100%;position:absolute;right:-4px;background:url(/orvis_assets/images/menu_border_right.png) repeat-y top right;*display:none;}
.vid_top_left_corner {width:4px;height:4px;position:absolute;top:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_upper_left.png) no-repeat top left;*display:none;}
.vid_top_right_corner {width:4px;height:4px;position:absolute;top:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_upper_right.png) no-repeat top right;*display:none;}
.vid_bottom_left_corner {width:4px;height:4px;position:absolute;bottom:-4px;left:-4px;background:url(/orvis_assets/images/menu_border_lower_left.png) no-repeat bottom left;*display:none;}
.vid_bottom_right_corner {width:4px;height:4px;position:absolute;bottom:-4px;right:-4px;background:url(/orvis_assets/images/menu_border_lower_right.png) no-repeat bottom right;*display:none;}
