/***************************************************************************
*  @PHP Web Application.
*  @version			1.0.0 
*  @copyright		Copyright (C) 2011 Tran Thanh Sang. All rights reserved.
*  @Released under 	Tran Thanh Sang
*  @Email			sangtialia@gmail.com
*  @Date			Jan 2011
***************************************************************************/
.blbanners .item{
	margin-bottom:15px;
	text-align:center;
	}
.blbanners .item a::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease 0s;
    z-index: 2;
}

.blbanners .item a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.blbanners .item a:hover::before {
    box-shadow: 0 1px 28px 5px #1e1e1e inset;
}
