.str {
background: url(str.png);
height: 66px;  
width: 90px; 

background-attachment: scroll;
background-color: transparent;
background-position: 0px 0px;
background-repeat: no-repeat;
left: 35%;
position: absolute;
top: 35%;


}
#videogallery { zoom:1; }
			#videogallery span{ display:block; }
			#videogallery a{
				display:-moz-inline-stack;
				display:inline-block;
				zoom:1;
				*display:inline;
				position:relative;
				vertical-align:top;
				
				
				text-align:center;
				opacity:0.87;
			}
			#videogallery a img{
				display:block;
				border:none;
				margin:0;
			}
			#videogallery a:hover{
				opacity:1;
			}
			#videogallery a#videolb{display:none}
/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(white.png);
	
	/* dimensions after the growing animation finishes  */
	width:640px;
	height:480px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:50px 21px 21px 21px;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(close.png);
	position:absolute;
	right:18px;
	top:17px;
	cursor:pointer;
	height:23px;
	width:23px;
}


