#gallery {
	text-align: center;
	clear: both;
}
.galleryThumbs {
}
.galleryPic {
	float: left;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	text-align: center;
	background-color: #CDCDCD;
	padding: 15px;
	}
.galleryThumb {
	text-align: center;
	height: 274px;
	}
.galleryThumb a, #photo a, 
.galleryThumb a:hover, #photo a:hover {
	border: 0;
	}
.galleryThumb a img, #photo a img, #galleryPic img {
	border: 2px solid #FFF;
	}
.galleryThumb a:hover img, #photo a:hover img {
	border: 2px solid #F00505;
	}
.galleryThumb table {
	border-collapse: collapse;
	border-spacing: 0;
}
.galleryThumb td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
#galleryPic {
	float: left;
	width: 634px;
	height: 634px;
	text-align: center;
	background-color: #CDCDCD;
	}
.galleryPicCutter {
	width: 604px;
	height: 604px;
	margin: 15px;
	overflow: hidden;
	}
#galleryPicNavi {
	margin: 15px 0;
	color: #CDCDCD;
	text-align: center;
	}
#galleryPicNavi #prev, #galleryPicNavi #next {
	display: block;
	margin-right: 15px;
	font-size: 9px;
	float: left;
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-image: url("nopic.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 2px solid #CDCDCD;
}
#galleryPicNavi {
	height: 54px;
	clear: right;
	margin: 0;
	padding: 15px 0;
	}
#galleryPicNavi A {
	text-decoration: none;
	border-bottom: 0;
	text-align: center;
	}
#galleryPicNavi a#prev:hover,
#galleryPicNavi a#next:hover {
	border: 2px solid #F00505;
}
#galleryPicDesc {
	margin-left: 650px;
	}
#galleryPicTitle p {
	font-size: 14px;
	color: #436EBE;
	margin: 15px 15px 15px 0;
	}
#galleryPicAbstract p {
	font-size: 12px;
	margin: 15px 15px 15px 0;
	text-align: left;
	}
.picList {
  margin: 0;
  padding: 0;
}
.picList li {
	list-style-type: none;
  padding: 0;
  margin: 0 0 12px 0;
	clear: both;
}
