/* CSS Document */
#gallery {
	list-style: none;
	background: #ECE9D7;
	height: auto;
	float: left;
	padding: 5px 5px 10px 5px;
	border: solid #CCCCCC;
	border-width: 2px 0 2px 0;
}

a.gallery_link {
	color: #684000;
	font-size: .7em;
	line-height: .8em;
	text-decoration: none;
	font-weight: bold;
	border: solid #684000;
	border-width:0 1px 0 1px;
	margin: 0 2px;
	padding: 0 5px;
	text-align: center;

}
a.gallery_link:hover {
	background: #FFF3DF;

	color: #684000;
}

#gallery li {
	display: inline;
}
#gallery li a{
	display: block;
	float: left;
	margin: 5px;
	padding: 10px;
	border: 1px solid #684000;
	background: #DFD7B7;
}
#gallery li a:hover {
margin: 5px;
padding: 0;
background: #FFFFFF;
}
#gallery li a img{
	border: 2px solid #FFFFFF;
	height: 80px;
	width: 80px;
}
#gallery li a:hover img{
border-width: 0;
height: 104px;
width: 104px;
}

