.b_other ul {
	display: block;
	list-style: none;
	margin: 0px;
}

.b_other li {
	/*display: table;*/
	width: 244px;
	height: 307px;
	display: block;
	margin-bottom: 15px;
}

.b_other li:last-child {
	margin-bottom: 0px;
}

.b_other li.dummy {
	display: none;
}

.b_other a {
	display: block;
	width: 244px;
	height: 307px;
	background: transparent no-repeat left top;
	text-align: center;
	color: black;
	font-family: 'Arial';
	font-weight: bold;
	border-radius: 10px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.b_other a:hover {
	text-decoration: none;
}

.b_other a > .header {
	width: 228px;
	height: 31px;
	padding: 0px 8px;
	background: transparent url('images/banner_other/header.png') repeat-x left top;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.b_other a > .header > span {
	display: block;
	max-width: 228px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	white-space: nowrap;
	line-height: 34px;
}

.b_other a > .data {
	position: relative;
	display: table;
	width: 134px;
	height: 157px;
	background: rgba(255, 255, 255, 0.9);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 20px 94px 20px 6px;
	padding: 35px 8px 10px;
}

.b_other a > .data > .logo {
	position: absolute;
	left: 7px;
	top: -10px;
	width: 103px;
	height: 39px;
	background: transparent url('images/banner_other/logo.png') no-repeat left top;
}

.b_other a > .data > span {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.b_other a > .data > span > span {
	display: inline-block;
	max-width: 134px;
	max-height: 157px;
	overflow: hidden;
	color: #005e9c;
	font-style: italic;
	font-size: 10px;
	line-height: 16px;
}

.b_other a > .footer {
	width: 234px;
	height: 34px;
	text-align: right;
	white-space: nowrap;
	padding-left: 10px;
}

.b_other a > .footer div {
	display: inline-block;
	height: 34px;
}

.b_other a > .footer > .left {
	width: 36px;
	background: transparent url('images/banner_other/footer_left.png') no-repeat left top;
}

.b_other a > .footer > .data {
	background: transparent url('images/banner_other/footer.png') repeat-x left top;
	border-bottom-right-radius: 10px;
}

.b_other a > .footer > .data > span {
	display: inline-block;
	max-width: 154px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	font-style: italic;
	line-height: 38px;
	vertical-align: top;
}

.b_other a > .footer > .data > .button {
	width: 24px;
	background: transparent url('images/banner_other/footer_button.png') no-repeat center center;
	margin: 0px 10px;
}