#footerSlideContainer {
    position: fixed;
    bottom:0;
    width: 100%;
    display:none;
	
}
#footerSlideButton {
       display:none;
    width:100%;
	height:30px;
    text-align:center;
    border: 1px solid #222222;
    border-bottom: 0px;
	position:absolute;
	bottom:0px; z-index:996;
	clear:both;
 
	  /*background-image:url(http://files.zuxxez.com/banner/2w2_CD/TW2CD_footer_en_out_30.jpg);*/
	background-position:top center;
	background-repeat:no-repeat;
    /* don't forget Opera & KHTML too */
    cursor: pointer;
 
}
 
#footerSlideContent {
    display:none;
    width: 100%;
    height: 191px;
    background: none;
	position:absolute;
	bottom:0px;
    color: white;
	 z-index:998;
    display:none;
	  /*background-image:url(http://files.zuxxez.com/banner/2w2_CD/TW2CD_footer_en.png);*/
	background-position:top center;
	background-repeat:no-repeat;
	

}

#footerSlideArrowDown{
	    display:none;
	 z-index:999; width:1050px; margin:0 auto 0 auto; cursor:pointer;	
 
	 
}