#GalleryBoss {
	clear: both;
	padding: 1px 0 0 0;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background: #e9e7e5 url(/plugins/gallery/bg_top.gif) top center no-repeat;
}
#GalleryBoss #Paging {
	margin: 9px 0 0 0;
	padding: 0 13px 10px 13px;
	border-bottom: 2px solid #FFF;
}
#GalleryBoss #Paging a {
	text-decoration: none;
	color: #666;
}
#GalleryBoss #Paging a:hover {
	text-decoration: underline;
	color: #666;
}
#GalleryBoss #Paging .PageNums {
	clear: none;
	text-align: center;
}
#GalleryBoss #Paging .PageNums a {
	padding: 0 5px;
	font-weight: bold;
	color: #333;
}
#GalleryBoss #Paging .PageNums a:hover {
	text-decoration: none;
	color: #FFF;
	background: #666;
}
#GalleryBoss #Paging a.Bright {
	background: #FFF;
}
#GalleryBoss .ThumbSet {
	clear: both;
}
#GalleryBoss .Thumb {
	float: left;
}
#GalleryBoss .Thumb img {
	margin: 12px 0 0 12px;
	border: 6px solid #FFF;
}
#GalleryBoss .Note {
	clear: both;
	padding: 10px 12px 20px 12px;
	text-align: center;
	color: #91897e;
	background: url(/plugins/gallery/bg_bottom.gif) bottom center no-repeat;
}