/* 
    Document   : local.css
    Created on : 19/Jul/2011, 12:15:42
    Author     : jmatos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

div#cards a img {height: 0; width: 0; border-width: 0;}

div#cards a:hover img {position: absolute;
    top: -30px; left: 580px; z-index:3; height:155px}

div#cards a img#biimg, div#cards a img#ccimg {display:none;}

div#cards a:hover img#biimg {left: 480px;width:205px}
div#cards a:hover img#ccimg {left: 450px;width:240px}


