@charset "UTF-8";
/* CSS Document */
a.hver {display:block; width:640px; height:360px; background: url(fleshtest.jpg); overflow:hidden; cursor:default;}
a.hver img {visibility:hidden;}
a.hver:hover {background:0;}
a.hver:hover img {visibility:visible; border:0;}
#img_container {
position:absolute;
bottom:0;
width:100%;
height:360px; /* Height of the container */
background:#fff;
}