/*相册部分CSS*/
Div.AlbumBlock { Overflow: Hidden; Word-Wrap: Break-Word; Margin-Left:25px; width:760px;  Line-Height: 230%; }
Div.AlbumBorder { Background: #; Border: 1px solid #4B8401; }
Div.TitleBox { Background: #; Border-Top: 1px solid #4B8401; Border-Bottom: 1px solid #4B8401; Width: 240px; Padding: 5px; Text-Align: Center; Font-Weight: Bold; Color: #555555; }
/*相册列表页*/
Div#AlbumList { Overflow: Hidden;Float: Left; Width: 48%;Height:160px;Margin: 8px 13px 0 0;}
Div#AlbumList Div#AlbumCover { Overflow: Hidden; Float: Left; Width: 200px; Height: 150px; Margin-Left: 5px; }
Div#AlbumList Div#AlbumCover img { Border: 1px solid #CCCCCC; Background: #FFFFFF; Padding: 2px; margin-top:5px;}
Div#AlbumList Div#AlbumInfo { Float: Left; Margin-Left: 3px; }
Div#AlbumInfo ul.Albums { Padding: 0; Margin: 0; }
Div#AlbumInfo ul.Albums li { List-Style-Type: None; Padding: 0; Margin: 0; Color: #7D90B5; Line-Height: 20px; }
.AblumName{ Font-Weight: Bold; Font-Size: 14px; }
/*相片列表页*/
Div#PhotoList { Overflow: Hidden;
	Float: Left;
	Width: 22%;
	Height: 170px;
	Margin: 8px 19px 10px 0;
	Text-Align: Center; }
Div#PhotoList ul.Photos { Padding: 0; Margin: 0; }
Div#PhotoList ul.Photos li { List-Style-Type: None; Padding: 0; Margin: 0; Color: #7D90B5; Line-Height: 18px; }
Div#PhotoList ul.Photos li.PhotoUrl { Margin: 5px 0; }
Div#PhotoList ul.Photos li.PhotoUrl img { Border: 1px solid #CCCCCC; Background: #FFFFFF; Padding: 2px; }
/*相片浏览页*/
Div.ViewPhotoInfo1 { Font-Size: 14px; Border-Bottom: 1px solid #4B8401;  Color: #666666; }
Div.ViewPhotoInfo2,Div.ViewPhotoInfo3 { Padding: 2px 5px; Font-Size: 12px; Color: #666666; }
Div.ViewPhotoDescribe { Color: #7D90B5; Font-Size: 14px; Border-Bottom: 1px solid #4B8401; Padding: 5px 0;}
Div.ViewPhotoDescribe img { Padding: 5px; }
Div.ViewPhoto { Overflow: Hidden; Width: 100%; Margin: 10px 0 0 0; }
Div.ViewPhoto Div.ViewPhotoImg { Text-Align: Center; Width: 100%; Overflow: Hidden; }
Div#Photocomment { Overflow: Hidden;Width: 95%;}
