@charset "utf-8";
@import url("gallery_v.css");
/* CSS Document */

<style type="text/css">

#pg { 
width:300px;
height:auto;
border:1px solid #FFF;
padding:5px;

}
#pg ul { 
list-style:none;
padding:0;
margin:0;
width:300px;
position:relative;
float:left;
}
#pg ul li { 
display:inline;
width:300px;
height:auto;
border:1px solid #CCCCCC;
float:left;
margin:0 0 5px 5px;
}
#pg ul li a { 
display:block;
width:300px;
height:auto;
text-decoration:none;
border:1px solid #000;
}
#pg ul li a img { 
display:block;
width:300px;
height:auto;
border:0;
}

#pg ul li a:hover img { 
position:absolute;
left:0;
top:-50px;
width:800px;
height:auto;
border:1px solid #FFF;
}


</style>



