#photogallery
{
  float: left;
}  
 #PGFoto {
  margin-bottom: 8px;
  text-align: center;
  width:480px;
  /*height: 385px;
  min-height:385px;  */
}
#PGFoto img
{
    margin:auto;
    border: #09f 3px solid;
    /*height:465px;*/
}
#PGCurrent
{
    width: 41px;
    height: 39px;
    background-image: url(images/gallery/Thumbnail.gif);
    background-repeat: no-repeat;
}

#PGCategorie
{
    font-size: 12px;
    width: 622px;
    float:left;
}
#PGCategorie h1
{
    font-size: 14px;
    color: #f93;
    margin-bottom : 4px;
}
#PGCategorie a
{
    display:block;
    border: solid 1px #09F;
    background-image: url(images/gallery/cat_bg.gif);
    text-decoration:none;
    color: #000;
    padding: 6px;
    margin-left: 2px;
    margin-bottom: 4px;
    float:left;
}
#PGCategorie a:hover
{
    color: #c63;
    background-image: url(images/gallery/cat_bgon.gif);
    border-color: #f93;
}
#PGCategorie .current
{
    color: #fff;
    background-image: url(images/gallery/cat_bgon.gif);
    border-color: #f93;
}

#PGMiniature
{

    
    margin:auto;
    clear:both;
    /*border: solid 1px #fff;
	width:640px;*/
    text-align:center;
}
#PGMiniature .freccia
{
    
}
#PGMiniature img
{
    margin-top: 4px;
}

#PGMiniature .sfondo
{
    width:90px;
    height:64px;
    background-image: url(images/gallery/Thumbnail_bg.gif);
    background-repeat: no-repeat;
    margin: 4px;
    float: left;
}
#PGMiniature a img
{
    border: #09f 2px solid;
	margin-left:2px;
	margin-right:2px;
}
#PGMiniature  a:visited img
{
    border: #CACEFE 2px solid;
}
#PGMiniature  a:hover img
{
    border-color: #f93;
}
#PGMiniature  a img.freccia
{
    border: 0;
}