/* CSS Document */
#my_album_is{
clear:both;
width:265px;
height:291px;
overflow:hidden;
text-align:left;
background-color:#333333;
color:#CCCCCC;

}
#box_items{
display:block;
width:52px;
height:52px;
background-color:#000000;
float:left;
text-align:center;
margin-bottom:1px;
margin-right:1px;
overflow:hidden;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
#box_items:hover{
filter:alpha(opacity=100);
-moz-opacity:100.0;
opacity:100.0;
}
#album_list{
	width:390px;
	float:left;
	margin-right:10xp;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-left:5px;
}
#my_album_list{
	width:380px;
	clear:both;
}
.list_item{
	border: 1px solid #F0F0F0;
	margin-bottom:3px;
	width:350px;
	clear:both;
	padding:2px;
	display:table;

}
#list_img{
width:50px;
height:50px;
overflow:hidden;
float:left;

}
#list_content{
width:280px;
overflow:hidden;
float:left;
margin-left:3px;

}
#placeholder{
width:265px;
float:left;
background-color:#000000;
padding:2px;

}
.bimg{
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.box_title{
font-size:16px; 
color:#CCCCCC;
text-align:left;
padding-left:3px;
font-weight:bold;
padding-top:3px;
display:block;
padding-bottom:3px;
}