.img-banner {
    margin-bottom:5px;
}
.img-banner a {
    position: relative;
    display: block;
    width: 100%-2px;
    height: 100px;
    background: #eee;
    border: 1px solid #999;
    color: #666;
    text-decoration: none;
}
.img-banner p {
    padding: 35px 0 0 70px;
		font-size: 18px;
    text-align:center;
  	font-weight: bold;
    line-height: 24px;
}
.img-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    margin: 0;
    background: #ccc;
}
.img-banner a:hover {
    background: #e1daba;
    color: maroon;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.img-banner span {
  	font-weight: normal;
    font-size: 12px;
}
