/* $Id$ */

.galleryPageOuter {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	padding: 0.1em;
}
.galleryPageInner {
	border: solid #999 1px;
	height: 122px;
	width: 122px;
	background: #F1F1F1;
	position: relative;
	margin: auto;
}
.galleryPageInnerImg {
	position: absolute;
	top: 2px;
	left: 102px
}

.galleryPageInner img{
	border: 0px;
}

.galleryPageTitle{
	text-align: center;
	font-size: 80%;
}

*html .galleryPageTitle{
	text-align: center;
	font-size: 80%;
}

.galleryListPageOuter {
	float: left;
}
.galleryListPageLeft {
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
}
.galleryListPageLeftDiv {
	border: solid #999 1px;
	height: 122px;
	width: 122px;
	background: #F1F1F1;
	position: relative;
	margin: auto;
}
.galleryListPageLeftImg {
	position: absolute;
	top: 2px;
	left: 102px;
}
.galleryListPageRight {
	float: left;
	width: 150px;
	height: 130px;
	overflow: hidden;
	margin-bottom: 20px;
}
.galleryListPageTitle {
	text-align: center;

	font-weight: bold;
}
.galleryListPageDescription {

	text-align: left;
}

