#magestore-bannerslider-popup{
    position: fixed;
    z-index: 19990;
	background: #fff;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 29px;
    width: 29px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 19999;
    background: url(image/close-white.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}