<div id="gg">
<img src="http://www.southinfo.net/uploadfile/upfiles/20130426102144.jpg"/>
</div>
#gg {
width: 100px;
height: 100px;
background: red;
position: relative;
}
#gg:before {
content: "";
position: absolute;
top: 0;
left: 38px;
border-bottom: 20px solid red;
border-right: 20px solid #FFF;
width: 42px;
height: 0;
}
#gg:after {
content:"";
position: absolute;
bottom: 0;
left: 0;
border-top: 20px solid red;
border-left: 20px solid #FFF;
width: 42px;
height: 0;
}
img{width:100%;height:100%;}
xxxxxxxxxx