@charset "utf-8";
/* CSS Document */

a.info{
    position:relative; /*this is the key*/
    z-index:224;
    
    text-decoration:none; border:0;}
	a img.info {border:0;}

a.info:hover{z-index:225;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-450px; left:-850px; width:400px;
    border:none;
    background:#03471B; color:#f2a519;
    text-align:left;
	padding:3px;}
	a h1.info {text-align:center;}
	
a.photo{
    position:relative; /*this is the key*/
    z-index:224;
    
    text-decoration:none; border:0; color:#000;}
	a img.photo {border:0;}

a.photo:hover{z-index:225;}

a.photo span{display: none}

a.photo:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-300px; left:-850px; width:600px;
    border:none;
    background:#03471B; color:#f2a519;
	color:#011809;
    text-align:left;
	padding:5px;}
