#gallery
{
	padding: 0;
	background: url("/images/site/photoframe.gif") repeat-x black;
	overflow: hidden;
	height: 95px;
	margin-top: 10px;
}


#galleryinner
{
	height: 95px;
	position: relative;
	top: 0;
	left: 0;
	background: url("/images/site/photoframe.gif") repeat-x black;
}

#galleryinner img
{
	margin: 10px 3px;
}

ul.gallerylist li
{
	margin-top: 8px;
}

#galinstr
{
	text-align: center;
	margin-top: 5px;
}

#picblock
{
	margin-top: 10px;
}

#mainpic
{
	height: 400px;
	float: right;
	margin: 0 0 0 20px;
}

#piccaption
{
	font-size: 10pt;
	font-weight: bold;
}

#pictext
{
	font-size: 8pt;
	margin-top: 20px;
	text-align: left;
}

.galbigpic
{
	padding: 10px;
	background-color: white;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
}

.gallsmall
{
	text-align: center;
	border-top: 2px solid #b6c3d6;
	border-left: 2px solid #b6c3d6;
	border-right: 2px solid #769396;
	border-bottom: 2px solid #769396;
	background-color: white;
	padding: 4px 20px;
}

