 /* Banner2 */
.b2 {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	/*display:inline;*/
	overflow:hidden;
	/*border: 1px solid green;*/
}

.ban2 {
	top: 0px;
	border: 0px;
	border-style: none;
	/*width: 170px;*/
	height: 255px;
	width:33%;
	position: relative;
	display:inline-block;
	text-align:center;
	margin-left: 100px; 
    margin-right: auto;*/
	overflow:hidden;
	/**border: 1px solid blue;*/
}

.ban2 {
	top: 0px;
	border: 0px;
	border-style: none;
	/*width: 170px;*/
	height: 255px;
	width:33%;
	position: relative;
	display:inline-block;
	text-align:center;
	/*margin-left: auto; 
    margin-right: auto;*/
	overflow:hidden;
	/*border: 1px solid red;*/
}

.ban2 h1 {
	margin: 0px;
	width: 170px;
	height: 30px;
	text-align: right;
	color: #F90;
	font-size: 14px;
	padding-top: 6px;
	/*padding-right: 0px;*/
	display:inline-block;
	background-color: #000;
	text-transform: uppercase;
}

a.bot-ban2 {
	width: 90px;
	background-color: #000;
	font-family:arial, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	position: absolute;
	bottom: 0px;
	right: 59px;
	transition-property: background-color, color;
	transition-duration: .3s;
	transition-timing-function: ease;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 12px;
	/*border: 1px solid yellow;*/
}

a.bot-ban2:hover {
	color: #F90;
	background-color: #666;	
}

.banner3 {
	top: 0px;
	border: 0px;
	border-style: none;
	width: 170px;
	height: 255px;
	position: relative;
	float:right;
	margin-right: 0px;
	margin-left: 0px;
	overflow:hidden;
}

.banner3 h1 {
	margin: 0px;
	width: 170px;
	height: 30px;
	text-align: right;
	color: #F90;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 10px;
	background-color: #000;
	text-transform: uppercase;
}

/* F Banner2 */ 
