.galleryTable {
	border:none;
	margin-top:15px;
}

.galleryTable td {
	width:170px;
	vertical-align:top;
}

.galleryList {
}

.galleryThumb {
	width:154px;
	height:102px;
	padding-top:2px;
	border:solid 1px #CFCFCF;
	margin:0px auto;
	text-align:center;
	vertical-align:middle;
}

.galleryThumb img {
	border:none;
}

.galleryText {
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}

.galleryText p {
	font-size:100%;
}

td .galleryText {
	font-size:100%;
}

.galleryTitle {
	font-weight:bold;
}

.galleryPager {
	width:98%;
	float:left;
	margin:0px 0px 2%;
	border:solid 1px #CFCFCF;
}

.galleryPager img {
	border:none;
}

.galleryPagerBottom {
	margin:2% 0px 0px;
}

.galleryPager .left {
	float:left;
	width:3%;
	padding:1%;
	border-right:solid 1px #CFCFCF;
	text-align:center;
}

.galleryPager .middle {
	float:left;
	width:77%;
	padding:1%;
	text-align:center;
}

.galleryPager .right {
	float:left;
	width:3%;
	padding:1%;
	border-left:solid 1px #CFCFCF;
	text-align:center;
}

.galleryImage {
	text-align:center;
}