div#banner-box {
	width : 260px;
	position : relative;
	left : -10px;
}
div.banner {
	border : 1px solid #324D7F;
	float : left;
	width : 125px;
	height : 125px;
}

div.banner.pos1,
div.banner.pos3,
div.banner.pos5
{
	margin : 0 5px 5px 0;
}
div.banner.pos2,
div.banner.pos4,
div.banner.pos6
{
	margin : 0 0 5px 0;
}
div.banner-msg {
	margin : 15px 0 0 0;
	text-align : center;
	font-weight : bold;
}