#youtubevideo_window {
	/*display: none;*/
    position: absolute;
	width: 560px;
	height: 315px;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -158px;
    /*right: 50px;*/
    /*bottom: 18px;*/
    /*width:1px;*/

    background-color: #FFFFFF;
    border:8px solid #ffffff;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    z-index: 10000;
    background-color: #777;
    overflow: visible;
}

#youtubevideo {
   width: 560px;
	height: 315px;
}

#youtubevideo_close {
    position: absolute;
    top:-33px;
    right:-33px;
    width:50px;
    height:50px;
    background:url(images/tour_close.png) center no-repeat;        
    z-index: 10000;
    cursor: pointer;
    display: block;
}

#youtubevideo_close.ffhack {
    top:-26px;
    right:-26px;
    width:28px;
    height:28px;
    background:url(images/tour_close.png) center no-repeat,#FFFFFF; 
    border:1px solid #FFFFFF;
    border-radius: 30px; 
    -webkit-box-shadow: 0px 0px 8px #000; 
    box-shadow: 0px 0px 8px #000;     
}
