#videogallery {
	width:338px;
	zoom:1;
	padding-left:20px;
	float:left;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
width:125px;
height:100px;

	opacity:0.87;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -20px;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}

a.ttt:hover{
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
}
a.ttt:hover span.tooltip{
	display:block;

	width:160px;
	color: #034a66;
	text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	
}
a.ttt:hover span.top{
	
	display: block;
	outline:none;
	height:19px;
    background:url(images/bubbletop.png) no-repeat top;
}
a.ttt:hover span.middle{ /* different middle bg for stretch */

	display: block;
	 padding-left:11px;
	 padding-right:11px;
	background:url(images/bubblefiller.png) repeat bottom; 
	outline:none;
}
a.ttt:hover span.bottom{
	
	display: block;
	outline:none;
	height: 14px;
    background:url(images/bubblebottom.png) no-repeat bottom;
}

