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

.album_box {
	border-radius: 5px;
    border:1px solid #555555;
    background: #eeeeee;
    padding: 20px; 

	margin-right:auto;
	margin-left:auto;
}

.album_picture {
float:left;
width:200px;
height:200px;
}

.album_text {
float:right;
width:72%;
color:#333333;
text-align:left;
margin-top:0px;
}

.album_text a:link, .album_text a:active, .album_text a:visited {
text-decoration:none;
color:#000000;
}

.album_text a:hover {
text-decoration:none;
color:#000000;
}

.album_sep {
height:10px;
}

.clear_album {
clear:both;
}

.album_link_box {
height:40px;
line-height:40px;
padding-right:10px;
float:left;
}

.album_link_wrap {
width :100%;
text-align:center;
}