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

.album-content { 
position:relative;
overflow:hidden;
width:774px;
height:auto;
left:-13px;
color:#fff; 
 } 
.album-content span a { 
color:#fff;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease;
transition-delay: 0s; 
 } 
.album-content span a:hover { 
color:#00b8e6; 
 } 
.album-content-art-img { 
margin: 6px 0 7px 13px;
float:left;
overflow:visible;
width:245px;
height:140px;
position:relative;
border:0; 
 } 
.album-content-img { 
margin: 6px 0 7px 13px;
float:left;
overflow:visible;
width:245px;
height:170px;
position:relative;
border:0; 
 } 
.album-down { 
position:relative;
width:225px;
height:30px;
background-color:#323232;
line-height:30px;
text-align:left;
font-weight: bold;
overflow:hidden;
padding:0 10px; 
 } 
.album-gallery-img { 
margin: 6px 0 7px 13px;
float:left;
overflow:visible;
width:245px;
height:140px;
position:relative;
border:0; 
 } 
.album-info-title { 
position:relative;
width:100%;
height:28px;
float:left;
line-height:28px;
font-family:&quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
color:#555; 
 } 
.album-info-title span { 
font-size:12px;
color:#00b8e6;
font-weight:normal; 
 } 
.album_info { 
position:relative;
width:739px;
height:auto;
padding:10px;
color:#555;
border: 1px solid #CCC;
text-align:justify;
margin:15px 0;
overflow:hidden; 
 } 
