/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

p.arrows {
	margin-left: 8px;
	margin-top: 0px;
}
p.arrows a {
	padding-right: 1em;
}
.gallerycontainer {
	padding: 1em 0.5em 0.5em 1em;
	margin-right: 1em;
	margin-left: 0.5em;
	position: relative;
	width: 97%;
	height: 560px;
}
.photos img{
	border: 0;
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: 0px;
}

.photos:hover{
	background-color: transparent;
}

.photos:hover img{
}

.photos span{
	position: absolute;
	visibility: hidden;
	font-size: 0.7em;
	color: #CCCCCC;
	text-decoration: none;
	left: -1000px;
}

.photos span img{ /*CSS for enlarged image*/
	border-width: 0px;
}

.photos:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 0px;
	left: 210px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
table {
	width: 440px;
}
td {
	vertical-align: top;
	margin: 0.2em;
	padding: 0.2em;
}

