.video {
	float:left;
	border:1px #cccccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.video:hover {
	border:1px #777777 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
}
.videodiv {
	width:96px; 
	height:63px; 
	cursor:pointer; 
	border:4px #ffffff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.yt_videodiv {
	width:96px; 
	height:54px;
	background-position:50% 50%;
	background-repeat:no-repeat; 
	background-size:96px;
	cursor:pointer; 
	border:4px #ffffff solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}
.videoplay {
	width:96px; 
	height:63px;
	background:url('/img2/global/video_play.png') 50% 50% no-repeat;
}
.videoplay:hover {
	width:96px; 
	height:63px;
	background:url('/img2/global/1px.gif') 50% 50% no-repeat;
}
.videodetails {
	float:right;
	width:104px;
	padding:5px 5px 0px 0px;
}
.videodetails .vname {
	min-height:50px;
	font-size:11px;
	font-weight:bold;
	line-height:110%;
}
.videodetails .ytvname {
	min-height:40px;
	font-size:11px;
	font-weight:bold;
	line-height:110%;
}
.videodetails .vcount {
	color:#777777;
	font-size:10px;
	line-height:100%;
}
#group_video {
	font-size:17px;
	padding:0px 0px 5px 0px;
	color:#0d41a6;
	font-weight:bold;
	border-bottom:1px #cccccc dotted;
	width:225px;
}
#yt_title {
	font-size:17px;
	padding:20px 0px 0px 0px;
	color:#777777;
	font-weight:bold;
	width:225px;	
}
#group_video_subtext {
	width:225px;
	padding:10px 0px 10px 0px;
	line-height:120%;
	font-size:11px;	
	border-bottom:1px #cccccc dotted;
}
#videos_ul, #yt_videos_ul {
	width:225px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	border-bottom:1px #cccccc dotted;
}
#videos_ul li, #yt_videos_ul li {
	margin-bottom:5px;
	list-style:none;
	cursor:pointer;
}
#videos_ul li:hover, #yt_videos_ul li:hover {
	background:rgb(229,234,244);
	background:-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(214,217,226)),
	    color-stop(1, rgb(229,234,244))
	);
	background:-moz-linear-gradient(
	    center bottom,
	    rgb(214,217,226) 0%,
	    rgb(229,234,244) 100%
	);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#video_player {
	border:1px #ffffff solid;
	background:#000000;
}
#video_player_outer {
	border:1px #777777 solid;
	width:642px;
}

#video_info {
	margin-top:10px;
}
#keyframes_ul {
	margin:20px 0px 0px 20px;
	padding:0px 0px 20px 0px;		
}
#keyframes_ul li {
	padding:0px;
	margin-bottom:5px;
	cursor:pointer;	
}

