@charset "utf-8";
/* CSS Document */


div.photo{
	float:left;
	width:170px;
	height:244px;
	color:#225787;
	}
	div.photo a{
		display:block;
		width:150px;
		height:150px;
		background:url(/images/bg-album-cover.gif) 0 0 no-repeat;
	}
	div.photo img {
		width:144px;
		margin-bottom:5px;
	}
	div.photo div.title{
		color:#4f95e9;
		font-size:110%;
		font-weight:bold;
		width:144px;
		padding-bottom:5px;
	}
