.banner2{
	width: 235px;
	height: 200px;
	float: right;
	background-color: #cccccc;
	position: relative;
	cursor: pointer;
}

.banner2 .bgimg{
	position: absolute;
	top: 0px;
	left: 0px;
}

.banner2 .text{
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10px;
	font-size: 20pt;
}

.banner2 .text2{
	color: #ffffff;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	font-size: 20pt;
}

