
HTML
<center><img border="0" class="bordeimg5" height="300" src="http://gif" width="200"></center>
CSS
<style>
.bordeimg5 {-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;border-radius: 45% / 20%;box-shadow: 0px 0px 15px #000000;padding:0 !important;}
.bordeimg5:hover { -moz-transition: all 1s; -webkit-transition: all 1s;-o-transition: all 1s;border-radius:0;cursor:pointer;}
</style>