* {
	font-family:Arial,Helvetica,sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
}
body { background-color:#CCC; margin:0px;padding:0px;}
#banner-wrapper {
	position:relative;
	width:100px;
	height:100px;
	overflow:hidden;
    box-sizing:border-box;
	border:1px solid #ABA8A8;
}