	#subvideo{
				float: left;
				width: 235px;
				padding-bottom: 10px;
				position: fixed;
				top: 350px;
				visibility: hidden;
				left: 50px;
				//box-shadow: 1px 0px 13px 0px #999;
				border-top-right-radius: 15px;
				border-bottom-right-radius: 15px;
				border-bottom-left-radius: 15px;
				z-index: 10000;
				background: #2994ff;
	}
	.BarSubVideo{
				width: 235px;
				height: 30px;
				margin-bottom: 20px;
				color: #fff;
			}
	.BarSubVideo>span{
				background: #2994ff;
				padding-left:20px;
				padding-right:141px;
				padding-bottom:15px;
				padding-top:10px;
				font: 15px candara;
				color: white;
			}
	#boxVideo iframe{
				width: 215px;
				//height: 170px;
				margin-top: 7px;
				margin-left: 7px;
				display: none;
				border: 0px;
	}
	#btnBoxVideo>a{
				float: right;
				margin-top: 0px;
				margin-right: 15px;
				font: 13px vlkwebfont;
				text-decoration: none;
				color: #fff;
	}
	#btnBoxVideo>a:hover{
				color: #fff;
				text-decoration: underline;
	}