﻿#videomodal{
	width:640px;
	height:430px;
	display:block;
	background-color:#FFF;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
	box-shadow: 0px 0px 0px 7px rgba(50,50,50,0.5);
	-moz-box-shadow: 0px 0px 0px 7px rgba(50,50,50,0.5);
	-webkit-box-shadow: 0px 0px 0px 7px rgba(50,50,50,0.5);
	display:none;
	padding:10px;
	z-index:999;
}
#videomodal #modaltitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#4d1a69;
	width:619px;
	height:20px;
	line-height:20px;
	float:left;
}
#videoHolder {
	display: block;
	width: 640px;
	height: 360px;
	background-color: #999;
	position:relative;
	margin-right:9px;
	float:left;
	z-index:9999;
}
#HDExamplePlayer embed{
	position:relative;
	z-index:999;
}
#videoclose {
	width:21px;
	height:21px;
	margin-bottom:5px;
	float:left;
}
#videoclose:after {
	clear:both;
}

#videomodal-title {
	width:619px;
	height:34px;
	font-size:13px;
	color:#4d1a69;
	float:left;
	line-height:20px;
}
span#videotitle{
	display:none;
}
#clearfix {
	clear:both;
}

#videoPoster {
	width: 280px;
	height: 210px; 
	margin-left:10px;
	margin-bottom:10px;
	cursor:pointer;
}
#videoPoster .postertitle{
	color:#fff;
	position:absolute;
	margin-top: auto;  
	width: 270px;
	height: auto;
	padding: 5px 5px;
	background-color:#000;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	
}

#videoPoster .videoplaybtn{
	position:absolute;
	width:70px;
	height:70px;
	cursor:pointer;
	background-image:url(/entertainment/common/images/video/video-playbtn.png);
}

#videotbn .videoplaybtnsmall{
	position:absolute;
	margin-top: 4px;
	margin-left: 4px;
	cursor:pointer;
}

#videolist{
	margin-left:10px;
	width:280px;
}
#videolist ul{
	clear:both;
	list-style-type:none;
	margin:0px;
	padding:0px;
	min-height:70px;
	height:70px;
	overflow:auto;
}
#videolist li.videotbn{
	float:left;
	margin-right:10px;
}
#videolist .videoplaybtnsmall{
	position:absolute;
	margin-top: 4px;
	margin-left: 4px;
	width:21px;
	height:21px;
	background-image:url(/entertainment/common/images/video/video-playbtn_s.png);
}
#videolist .videoposter, #videolist .videoflash, #videolist .videomobile{
	display:none;
}
#videolist .videotitle{
	height:30px;
}
#videolist .videotitle a{
	color:#4d1a69;
}
#videolist .videomore{
	float:right;
}