body{
    margin: 0px;
    padding: 0px;
}
#container{
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 728px;
    overflow: hidden;
    cursor: pointer;
    background-color: #ffffff;
    overflow: hidden;
    opacity: 0;
}
.size{
	position:absolute;
	top: 0px;
	left: 0px;
    height: 90px;
    width: 728px;
}


#bannerBorder{
    border: 1px solid black;
    box-sizing: border-box;
}
#bg{
    width: 748px;
}

#leftLineMask{
    position: absolute;
    top: 7px;
    left: 6px;
    width: 2px;
    height: 147px;
    overflow: hidden;
    
}
#leftLine{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 2px;
    height: 147px;
    background-color: #ffcc00;
}

#rightLineMask{
    position: absolute;
    bottom: 12px;
    right: 9px;
    width: 2px;
    height: 69px;
    overflow: hidden;
    
}
#rightLine{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 2px;
    height: 69px;
    background-color: #ffcc00;
}
#topLineMask{
    position: absolute;
    top: 8px;
    right: 9px;
    width: 246px;
    height: 2px;
    overflow: hidden;
    
    
}
#topLine{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 246px;
    height: 2px;
    background-color: #ffcc00;
}
#bottomLineMask{
    position: absolute;
    bottom: 12px;
    left: 454px;
    width: 264px;
    height: 2px;
    overflow: hidden;
    
    
}
#bottomLine{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 264px;
    height: 2px;
    background-color: #ffcc00;
}