/*Photo album styles Start*/
.albumContainer {
	width: 865px;
	overflow: auto;
	margin: 0px auto;
}

.albumItemContainer {
	width: 147px;
	height: 158px;
	overflow: hidden;
	float: left;
	margin: 10px;
	text-align: center;
}


.height158 {
	height: 158px;
}

.height146 {
	height: 146px;
}

.albumBack {
	width: 147px;
	height: 114px;
/*	background-image: url(../images/photoBack.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
}

.albumCategory {
	width: 147px;
	height: 115px;
	background-image: url(../images/photoCatBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	overflow: hidden;
}

.albumCategory img {
	display: block;
	margin: 26px auto 0px;
}

.albumCategory a {
	display: block;
	margin: -11px 0px 0px 0px;
	height: 100px;
	overflow: hidden;
}


.albumPhoto1Row {
	width: 146px;
	height: 103px;
	margin-top: 12px;
/*	border-top: solid 1px #ffffff; */
/*	border-bottom: solid 1px #ffffff;	*/
	background-image:url(../images/photoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	
}

.albumPhoto1Row img, .albumPhoto img {
	display: block;
}

.th_area {
	margin: 16px auto 7px;
	width: 90px;
	height: 73px;
	overflow: hidden;
}

.albumPhoto {
	width: 146px;
	height: 103px;
/*	border-top: solid 1px #ffffff; */
/*	border-bottom: solid 1px #ffffff;	*/
	background-image:url(../images/photoBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

/*Image title*/
.photoTitle {
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 3px;
}

.albumItemContainer span p {
	margin: 0px;
}

.photoTitle a, .photoTitle a:hover{
	color: #666699;
}

.photoText {
	color: #333333;
}

.photoShow {
	width: 141px;
	padding: 30px 3px 0px 3px;
	color: #666699;
	vertical-align: top;
	text-align: center;
}

.photoShow .photoTitle {
	text-align: right;
}

a.paging {
	color: #666699;
	margin: 0px 4px 2px 4px;
}


/*Photo album styles End*/