@charset "utf-8";
/* CSS Document */

#pg { 
float:left;
width:730px;
height:430px;
padding:0px;
padding-top:0px;
}

#pg ul { 
list-style:none;
padding:4px;
margin-top:0px;
margin-left:15px;
width:710px;
position:relative;
float:left;
}

#pg ul li { 
display:inline;
width:auto;
height:135px;
float:left;
margin:0px 0px 0px 0px;
padding: 5px 5px 5px 5px;
}

#pg ul li a { 
display:block;
width:90px;
height:135px;
}

#pg ul li a img {
display:block;
width:90px;
height:135px;
border: solid #FFFFFF 2px;
}

#pg ul li a:focus,
#pg ul li a:hover{ 
display:block;
width:90px;
height:135px;
background-color:#999;
}

#pg ul li a:focus img,
#pg ul li a:hover img { 
width:90px;
height:135px;
border: solid #72cdf4 2px;
}

#pg ul li a span {
display:none
}

</style>