
/* The span of the entire gallery */
.PGalleryDiv
{
text-align:center;
}

/* The span of the top pagenav bar */
.PGalleryDiv .toppagenav
{
font-size:9px;
}

/* The span of the bottom pagenav bar */
.PGalleryDiv .bottompagenav
{
font-size:19px;
}


/* The main table */
.PGalleryDiv .PGMainTable
{
}

/* All cells of the main table */
.PGalleryDiv .PGMainTable TD
{
padding:2px;
}


/* The cells of ODD rows and ODD columns */
.PGalleryDiv .PGMainTable .pgtd11
{
}

/* The cells of ODD rows and EVEN columns */
.PGalleryDiv .PGMainTable .pgtd12
{
}

/* The cells of EVEN rows and ODD columns */
.PGalleryDiv .PGMainTable .pgtd21
{
}

/* The cells of EVEN rows and EVEN columns */
.PGalleryDiv .PGMainTable .pgtd22
{
border:0px;}



/* The little table which hosts the image and its caption */
.PGalleryDiv .PGMainTable TD .TNtable
{
}

/* the caption cell */
.PGalleryDiv .PGMainTable TD .TNtable .TNcaption
{
font-size:9px;
text-align:center;
padding:2px;
border:0px;
}

/* the image cell */
.PGalleryDiv .PGMainTable TD .TNtable .TNimage
{
border:0px;
}
/* the thumbnail image inside the image cell */
.PGalleryDiv .PGMainTable TD .TNtable .TNimage IMG
{
border:1px solid #CCCCCC;
}


