.cactus-video-panel {
	position: relative;
    display: inline-block;
	}
.cactus-video-panel #advs {
	position: absolute;
    top: 0;
	/*z-index: 99;*/
	/*top: 36px;*/
}
.cactus-video-panel #advs img {
	width: 1px;
	height: 1px;
}
.wp-video {
	position: relative;
}
#mask {
	/*background: url("../img/black_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 1px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 1px;
    z-index: 9;
    cursor: pointer;
}
#close-button {
	background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    /*left: 0;*/
    opacity: 0.8;
    padding: 4px 35px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 0;
    border: solid 1px #fff;
 	box-shadow: 0 0 5px 1px #FFFFFF;
    display: none;
}
/*#img_wrapper {
    position: relative;
}*/
#close {
    background: url("../img/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

#brand {
    position: absolute;
    display: none;
}