/*
a.p_album{
	position: relative;
	display: block;
	float: left;
	background: url(images/bg_album.png) no-repeat;
	width: 281px;
	height: 143px;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}
a.p_album .title{
	display: block;
	padding: 60px 20px 0 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}
a.p_album:hover{
	color: #000000;
}
a.p_album.album4 .image{
	position: absolute;
	left: 40px; top: 110px;
	width: 216px;
	height: 96px;
	background: url(images/album_car1.png) no-repeat;
}
a.p_album.album5 .image{
	position: absolute;
	left: 50px; top: 80px;
	width: 226px;
	height: 152px;
	background: url(images/album_car2.png) no-repeat;
}
a.p_album.album6 .image{
	position: absolute;
	left: 50px; top: 110px;
	width: 209px;
	height: 114px;
	background: url(images/album_car3.png) no-repeat;
}
a.p_album.album4, a.p_album.album5, a.p_album.album6{
	margin-bottom: 100px;
}
*/

.p_album{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #E6E6E6;
}
.p_album .image{
	float: left;
	width: 100px;
}
.p_album .info{
	margin: 0 0 0 110px;
}
.p_album .info a{
	font-size: 16px;
}

.p_photo{
	float: left;
	width: 100px;
	height: 100px;
	margin: 8px 8px 0 0;
	border: 1px solid #B2B2B2;
	padding: 1px;
	background: #fff;
	cursor: pointer;
}

