.HPBanner {
    background: none repeat scroll 0 0 #1D1D1D;
    border: 2px solid #FFFFFF;
    /*border-radius: 10px 10px 10px 10px;*/
   
    overflow: hidden;
    position: relative;
	width:960px;
	/*float:left; 
	margin-bottom: 24px;*/
	float: none;
	margin: 0 auto 20px;
}
.HPBanner a.btn_Info {
    top: 1px;
    height: 60px;
    overflow: hidden; 
    position: absolute;
    right: 2px;
    text-indent: -9000px;
    width: 120px;
	display:block;
    background-image: url("../img/nada.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

a.btn_sx_Info {    
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 50%;
}

a.btn_dx_Info {    
    right:0;
    height: 100%;    
    width: 50%;
    overflow: hidden;
    position: absolute;
}

a.btn_sx_Info,
a.btn_dx_Info {background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');}
