table.tbx { width:100%; border-collapse:separate; border-spacing:1px; margin-bottom:10px; }
table.tbx > tbody > tr > td { padding:5px; }
.tbxtitle { text-align:center; color:#ff9539; font-weight:bold; text-transform: uppercase; }

.bx-wrapper { border-radius:15px; }
ul.bxslider > li > table > tbody > tr > td > div > a > img { margin:0 5px; display:inline-block; max-width:180px; max-height:80px; }
ul.bxslider > li > table > tbody > tr > td > div > img { margin:0 5px; display:inline-block; max-width:180px; max-height:80px; }

@media only screen and (max-width: 480px) {
	.bx-wrapper { display:none; }
}