a.gallery img	{
	width:100px;
	}
a.gallery span img {
	width:480px;
	}
.corian a.gallery span img {
	width:280px;
	}
a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:50px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
    
/* styling the :hover span */
a.gallery:hover span {
    position:fixed; 
    width:500px; 
    height:auto; 
    top:250px; 
    left:200px; 
    text-align:center;
    background:#ddecff;
    z-index:1;
    }
a.gallery:hover span img{
    margin:10px;
    }
a.gallery:hover span p{
    margin-bottom:10px;
    }
	
