/* CSS Document */
.albums {}
.albums .items {
	float:left;
	width:25%;
	margin-bottom:10px;
	text-align:center;
}
.albums .items img{
	padding:2px;
	border:#EEE 1px solid;
	width:120px;
	height:90px
}
.albums .items p{
	font-size:11px;
	color:#333;
	padding:0px
}
.pages {
	padding:3px;
	text-align:right;
}
.pages a{
	padding:3px 5px;
	text-align:center;
	border:1px #F5F5F5 solid;
}
.pages strong{
	padding:3px 5px;
	text-align:center;
	border:1px #F5F5F5 solid;
}
