
div.baners {
    width  : 100%;
    margin : 1.5em auto;
    padding: 0 1em;
}

div.baners .baners-baner {
	display   : inline;
    	text-align: center;
    	width : 19%;
    	float : left;
/*   	border: 4px solid #FFBC00; */ 
/*    background: #fc3;*/     
}

.baners-baner a {
    	color: white;
	font-family : Verdana;
	font-size    : 11px;
	font-weight: 400;
	font-style   : normal;
}

.baners-baner a:first-child {
	background: no-repeat scroll center center #FFBC00;
	border:1px solid #7C1004;
	display:block;
	height:100px;
	padding:4px;
	width:100px;
}