/*
 * 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 $
 *
 */


.folder a {
        text-decoration: none !important;
}
.folder a:hover {
        text-decoration: none;
}

.folder img {
        border: 0px;
}
.folder img:hover { text-decoration: none !important;}

.images img {
	padding: 4px;
	background: #FFF;
	border: 1px solid #CCC;
}

.images img:hover {
	border: 1px solid #0094FF;
	background: #E0E6FF;
}

