dl.inner dd ul.links img{
	height: 160px;
	width: auto;
}
main .pointImg{
	position: relative;
}
main .pointImg img{
	width: 250px !important;
	position: absolute;
	right: 0;
	bottom: 0;
}
main .pointImg:after{
	content: '';
    position: absolute;
	z-index: 20;
    width: 0;
  height: 0;
	right: -46px;
	bottom: 55px;
  border-top: solid 15px transparent;
     border-right: solid 15px transparent;
     border-bottom: solid 15px transparent;
     border-left: solid 20px #e60012;}