/*
 * Scry - Simple PHP Photo Album
 * Copyright 2004 James Byers <jbyers@users.sf.net>
 * http://scry.org
 *
 * Scry is distributed under a BSD License.  See LICENSE for details.
 *
 * $Id: scry.css,v 1.4 2004/09/30 20:12:44 jbyers Exp $
 *
 */


#t_main {
        background-color: #FFFFFF;
        padding: 10px 0px 20px 0px;
        text-align: center;
}


#t_slim {
        background-color: #FFFFFF;
        padding: 2px;
        text-align: center;
}

.folder {
        float: left;
        height: 100px;
        padding: 2px;
        text-align: center;
        width: 120px;
}

.folder a {
        text-decoration: none;
}

.folder img {
        border: 0px;
}

.images img {
        border: 2px solid #000000;
}

.imgright {
        text-align: right;
}

.viewimg {
        text-align: center;
}
