/* Comment Viewing */

li.cview:hover {
	position: relative;
}

li.cview span.tooltips {
	display: none;
}

li.cview:hover span.tooltips {
	display: block;
   	position: absolute; top: 10px; left: -100px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 99;
	width:200px;
   	background: #f0f0f0; border: 1px dotted #c0c0c0;
	opacity: 0.9;
	/* end formatting */
}

/* End Comment Viewing */


/* Video Title Display */
li.video_thumb:hover {
	position: relative;
}

li.video_thumb span.tooltips {
	display: none;
}

li.video_thumb:hover span.tooltips {
	display: block;
   	position: absolute; top: 0px; left: -3px;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 90;
	width:122px;
	font-size:9px;
	line-height:9px;
	color:#000000;
   	background: #f0f0f0; border: 1px solid #c0c0c0;
	opacity: 1.0;
	/* end formatting */
}


/* End Video Title Display */