/* ------------------------------------ *
 CSS
 giovedì 11 gennaio 2007 16.54.08
 HAPedit 3.1.11.111
 * ------------------------------------ */
 #PGFoto {
  margin: 8px;
  float: left;
  text-align: center;
  width:620px;
  /*height: 385px;
  min-height:385px;  */
}
#PGFoto img
{
    margin:auto;
    border: #CACEFE 3px solid;
}
#PGCurrent
{
    width: 41px;
    height: 39px;
    background-image: url(images/gallery/Thumbnail.gif);
    background-repeat: no-repeat;
}

#PGCategorie
{
    font-size: 12px;
    width: 137px;
    float:left;
}
#PGCategorie h1
{
    font-size: 14px;
    color: #f93;
    margin-bottom : 4px;
}
#PGCategorie a
{
    display:block;
    border: solid 1px #69F;
    background-image: url(images/gallery/cat_bg.gif);
    text-decoration:none;
    color: #000;
    padding: 6px;
    margin-left: 2px;
    margin-bottom: 4px;
}
#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
{
    clear: both;
    /*border: solid 1px #000;*/
    margin-left:10px !important;
    margin-left: 20px;
    text-align: center;
    width: 630px;

}
#PGMiniature .freccia
{
    float:left;
}
#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 .sfondo a img
{
    border: #CACEFE 1px solid;    
}
#PGMiniature .sfondo a:visited img
{
    border: #CACEFE 1px solid;    
}
#PGMiniature .sfondo a:hover img
{
    border-color: #f93;    
}
#PGMiniature .freccia a img 
{
    border: 0;    
}
