#content_wrap{
    width: 100%;
    margin: 0 auto;
    /*padding-top: 30px;*/
    z-index:5;
    position:relative;
}
#content_wrap_new{
    width: 100%;
    margin: 0 auto;
    /*padding-top: 30px;*/
    z-index:5;
    position:relative;
}

.example-wrapper{
    z-index:3;
    position:relative;
    width:100%;
    margin:auto;
    border:1px solid rgba(0,0,0,0.5);	
    background: transparent url('../megafolio/assets/black50.png') repeat center top;
    padding:30px;
    margin-bottom:120px;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 12px 3px rgba(0,0,0,0.8);
}

.example-wrapper-new{
    z-index:3;
    position:relative;
    width:100%;
    margin:auto;
}

#products{
    width:100%;
    height:auto;
    position:relative;		
}

h3{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin-bottom:30px;
    color: #fff;
    line-height: 30px;
    text-shadow: 1px 1px 5px #000
}

