.bannerSpace{
	position: absolute;
	width: 160px;
	top: 0px;
	left: 610px;
	cursor: pointer;
	border-radius: 5px;
	padding: 0px !important;
}
#bannerContent{
	position: relative;
	height: 100%;
	overflow:hidden;
}
.bannerTitle{
	color: #600;
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 15px;
	padding: 0px 5px;
}
.bannerDesc{
	color: #000;
	text-align: left;
	font-size: 13px;
	line-height: 1.5;
	margin-top: 15px;
	padding: 0px 5px;
	overflow:hidden;
}
.bannerImage2{
    display: table-cell;
    vertical-align: middle;
}
.bannerButton{
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 100%;
}
.bannerBtn{
	width: 100px;
	color: white;
	white-space: normal;
	font-weight: 600 !important;
}
.banner_red{
	border: 2px solid #632422;
	background: #e3b0af;
    background: -webkit-linear-gradient(#fcf5f5, #e3b0af);
    background: -o-linear-gradient(#fcf5f5, #e3b0af);
    background: -moz-linear-gradient(#fcf5f5, #e3b0af);
    background: linear-gradient(#fcf5f5, #e3b0af);
}
.banner_grey{
	border: 2px solid #818386;
	background: #c7c9cb;
    background: -webkit-linear-gradient(#ffffff, #c7c9cb);
    background: -o-linear-gradient(#ffffff, #c7c9cb);
    background: -moz-linear-gradient(#ffffff, #c7c9cb); 
    background: linear-gradient(#ffffff, #c7c9cb);
}
.banner_blue{
	border: 2px solid #003b8c;
	background: #b7d9fb;
    background: -webkit-linear-gradient(#f9fcff, #b7d9fb);
    background: -o-linear-gradient(#f9fcff, #b7d9fb);
    background: -moz-linear-gradient(#f9fcff, #b7d9fb);
    background: linear-gradient(#f9fcff, #b7d9fb);
}
.banner_red .bannerTitle{ color: #632422; }
.banner_grey .bannerTitle{ color: #818386; }
.banner_blue .bannerTitle{ color: #003b8c; }
.banner_red .bannerBtn{ background-color: #632422; }
.banner_grey .bannerBtn{ background-color: #818386; }
.banner_blue .bannerBtn{ background-color: #003b8c; }
