/*Gallery*/
#galleryTable {
    width:600;
}

.galleryCell {
    width:80;
}

td.galleryThumb {
	background-image: url("shadow1.png");
    background-position:bottom right;
    padding-right:9px;
     padding-bottom:9px;

    align:left;

    width:100;
}

.galleryDescripCell {
    font-size:12;
}

.shiftcontainer2{
position: relative;
left: -5px;
top: -7px;
 /*Number should match -left shadow depth below*/
 /*Number should match -top shadow depth below*/
}

