.banners,
.banners a,
.banners a:link,
.banners a:hover
{
    font-weight: bold;
    color: #fff;
    text-decoration: none;    
}
.banners {
	width: 100%;
}
.banners .title {
    width: 160px;
    height: 27px;
    background: url(images/title.png);
    position: absolute;
    margin-left: 10px;
    padding: 7px 0 0 12px;
    font-size: 11px;
    text-transform: uppercase;
}
.banners .info {
    width: 118px;
    height: 41px;
    background: url(images/info.png);
    position: absolute;
    margin: 15px 0 0 50px;
    line-height: 50px;
    text-align: center;
    font-size: 10px;
}
.banners .item
{
    padding-bottom: 14px;
	width: 202px;
	margin: 0 auto;
}
.banners .item.last
{
	padding-bottom: 0px;
}
.banners .image
{
    margin-top: 15px;
}