/*
 media_gallery.css
 All associated text and graphics
 copyright 2004-2007 Ian Mitchell - TheBlueMajestic.com
 All Rights Reserved
 
 Added: April 14, 2006
 Updated: October 10, 2007
 
 IMPORTANT!!
 This design is not a template. You may not reproduce it elsewhere without expressed written consent.
 However, feel free to study the CSS and use techniques you learn from it elsewhere.
 
 Free CSS tutorials are available at: http://w3schools.com/css/default.asp
 
 */
#globalLinksCell ul li a.a4:link, #globalLinksCell ul li a.a4:visited, #globalLinksCell ul li a.a4:hover, #globalLinksCell ul li a.a4:active {
    background-image: url(../../images/css_themes/classic/globalLinksCell_gallery.png);
    background-position: 0 /*Xpos*/ 0 /*Ypos*/;
}

#photoGallery {
    width: 555px;
}

#photoGallery div.table div.tableRow div.tableColumn {
    border-width: 1px;
    border-style: solid;
    border-color: #4a6577;
    margin: 2px;
    padding: 2px;
}

#photoGallery div.table div.tableRow div.tableColumn a {
    border-bottom: none;
}

div#middleColumn {
    width: 500px /* 500px appears to be the max allowed */
}

div#photos div.tableColumn {
    padding-right: 2px;
}

div#photos div.tableColumn p {
    display: none;
}

#extraDiv1 { display: none;
    background-image: url(../../images/css_themes/classic/globalLinksCell_selected.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0 /*Xpos*/ 0 /*Ypos*/;
    height: 30px;
    left: 378px;
    position: absolute;
    top: 200px;
    width: 104px;
}
