.trigger {
		cursor: hand;
		}


/* the overlayed element */ 
.overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
   // background-image:url(./img/overlaybg.png);
   // width:550px;
   // height:387px;
        
    /* CSS3 styling for latest browsers */ 
   // -moz-box-shadow:0 0 90px 5px #000; 
    //-webkit-box-shadow: 0 0 90px #000;     
} 

.overlay h1 {
	margin-top:20px;
	//margin-left: 10px;
	}
 
/* close button positioned on upper right corner */ 
.overlay .close { 
    background-image:url(./img/close.png); 
    position:absolute; 
    right: -15px; 
    top: 15px; 
    cursor:pointer; 
    height:35px; 
    width:35px;
}


.qplayer {
		display:block;
		margin-right: auto;
		margin-left: auto; 
		//margin-top: 20px;
		text-align:center;
		outline: none;
		}
		
a.qplayer {
		outline:none;
		}

