.navBtns {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 105px;
display:none;

    background: url(../images/menu-button-bg.png) no-repeat  #007134 center center;
    background-size: 60% 60%;
  }
.welcome {
    width: 100%;
    height: 100%;
    z-index: 200;
	background:#F5F5F5;

}
.welList a {
    color: #333;
    display: block;
    text-align: center;
    padding: 15px 0;
	font-size:16px;
}
.comeList {
    width: 100%;
    display: none;
}
.welList a:hover {
    color: #007134 ;
    background: #ccc;
}
#vsb_content img{
max-width:100%;
margin:0px auto;
display:block;}