/*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;
	border-top: solid 1px #ffffff;
	text-align: center;
}

.albumCategory img {
	display: block;
	margin: 24px auto 0px;
	border: solid 1px white;
}

.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;
	margin: 12px auto 12px;
	border: solid 1px white; 
}

.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: #ff0000;
	text-align: center;
	margin-top: 3px;
}

.albumItemContainer span p {
	margin: 0px;
}

/*Photo album styles End*/