.abcfCntCntr {  
    position: relative; 
    border-right-style: solid; 
    border-bottom-style: solid; 
    border-left-style: solid; 
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px; 
    border-right-color: #C0C0C0; 
    border-bottom-color: #C0C0C0; 
    border-left-color: #C0C0C0;
    background: #ffffff;   
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    padding: 0em 0em;
    margin: 0px auto;
}

.abcfFtrCntr:before, .abcfFtrCntr:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 12px;
    left: 10px;
    width: 50%;
    top: 40%;
    max-width:300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.abcfFtrCntr:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
/*-- abcFolio END  --------------------------------*/
/*-- DO NOT EDIT ABOVE THIS LINE ------------------*/
/*-- ADD YOUR CUSTOM CSS BELOW  -------------------*/