/* CSS Document */
#my_album_is{
width:600px;
clear:both;
}
#my_album_item{
	width:105px;
	float:left;
	margin:5px;
	padding:2px;
}
#my_album_img{
	width:100px;
	height:100px;
	background-color:#333333;
	overflow:hidden;
	border: 1px solid #333333;
	text-align:center;
}

#item_album_title{
font-size:24px;
color:#666666;
text-align:left;
}
#album_items{
width:400px;
float:left;
margin-bottom:10px;

}