body {
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#container {
    position: absolute;
    width: 970px;
    height: 250px;
}

#border {
    position: absolute;
    border: rgba(0, 0, 0, 0.5) 1px solid;
    width: 968px;
    height: 248px;
    z-index: 100;
}

.slide-show {
    opacity: 0;
    position: absolute;
    width: 970px;
    height: 250px;
}

.appear {
    opacity: 1;
}

img {
    position: absolute;
}

#clickScreen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 970px;
    height: 250px;
    cursor: pointer;
    z-index: 1000
}
