﻿#ulPhotobook {
	padding: 0;
	list-style: none;
}
#ulPhotobook li {
	float: left;
	margin: 3px 9px 15px 13px;
}
#ulPhotobook li a:link, #ulPhotobook li a:visited {
	float: left;
	padding-top: 5px;
	width: 125px;
	height: 195px;
	background: url(Images/bgPhotobook.png) no-repeat;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 9pt;
}
#ulPhotobook li a:hover, #ulPhotobook li a:active {
	background-position: -125px 0;
}
#ulPhotobook li a:link span, #ulPhotobook li a:visited span {
	display: block;
	height: 87px;
	margin-bottom: 3px;
}
#ulPhotobook li a:link strong, #ulPhotobook li a:visited strong {
	display: block;
	height: 1.7em;
	font-size: 10pt;
}
#ulPhotobook li a:hover strong, #ulPhotobook li a:active strong {
	color: #C00;
}
#ulPhotobookDetail {
	padding: 0;
	list-style: none;
}
#ulPhotobookDetail li {
	float: left;
	margin: 3px 13px;
}
#ulPhotobookDetail li a:link, #ulPhotobookDetail li a:visited {
	display: block;
	width: 118px;
	height: 90px;
	text-align: center;
}
#ulPhotobookDetail li a:link img , #ulPhotobookDetail li a:visited img {
	border: 1px #B2B2B2 solid;
}
#ulPhotobookDetail li a:hover img , #ulPhotobookDetail li a:active img {
	border: 1px #333 solid;
}
#PhotobookPhotos {
	list-style: none;
	padding: 0;
}
#PhotobookPhotos li {
	float: left;
}
#PhotobookPhotos li a {
	float: left;
	width: 122px;
	height: 93px;
	text-align: center;
	margin: 2px 11px;
}
#PhotobookPhotos li a img {
	border: 1px #CCC solid;
	padding: 2px;
}
