#banner_block{
	background:#f2ebd4;
	padding:10px;
	margin-bottom:54px;
}
#banner_block ul{
	list-style:none;
}
#banner_block ul li{
	display:inline-block;
	float:left;
	position:relative;
	width:458px;
	height:195px;
	margin: 10px;
	border-top:1px solid #eaeaea;
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;
	border-bottom:1px solid #d0d0d0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#fff;
	box-shadow:0 2px 5px #ECDDDD;
	-moz-box-shadow:0 2px 5px #ECDDDD;
	-webkit-box-shadow:0 2px 5px #ECDDDD;
	overflow:hidden;
}
#banner_block ul li img{	
	position:absolute;
	left:0;
	bottom:0;
	max-height:195px;
    max-width:195px;
	border-radius:4px 0 0 4px;
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
}
#banner_block ul li .banner_content{
	position:absolute;
	top:35px;
	right:10px;
	width:240px;
}
#banner_block ul li .banner_content .banner_title{
	color:#961136;
	font-size:42px;
	font-weight:700;
	font-family:'Oswald', sans-serif;
	line-height:1.1em;
    text-transform: uppercase;
}
#banner_block ul li .banner_content p{
    max-height:45px;
	overflow:hidden;
}
.banner_content .button{
	background-color: #971919;
	font-weight:700;
	font-family:'Oswald', sans-serif;
	color:#fff;
	padding:0 15px;
    margin-top:10px;
}	