﻿/*个人首页用*/
#album_news #album .slide {position:relative;}
#album_news #album .mask{position:absolute;width:268px;height:200px;overflow:hidden;}

#album_news #album #box{position:absolute;}
#album_news #album #box .photo{width:268px;height:200px;display:block;float:left;}
#album_news #album #box .photo img{max-width:268px;border:0!important;}

#album_news #album .info{width:264px;height:25px;line-height:25px;color:#fff;position:absolute;left:2px;bottom:0;}
#album_news #album .info p {float:left;overflow:hidden;padding-left:3px;}
#album_news #album .info h4{float:left;width:180px;font-size:100%;padding-left:10px;}

#album_news #album #thumbs{position:relative;width:268px;height:76px;left:1px;top:207px;clear:both;overflow:hidden;}
#album_news #album #thumbs .photo{width:44px;height:33px;cursor:pointer;float:left;}
#album_news #album #thumbs .photo .thumb_mask {width:44px;height:33px;position:absolute;top:0;left:0;background-color:#000;display:none;}
#album_news #album #thumbs .photo img{max-width:44px;border:0!important;}

/*首页用*/
.index #album .slide {position:relative;}
.index #album .mask{position:absolute;width:240px;height:180px;overflow:hidden;}

.index #album #box{position:absolute;}
.index #album #box .photo{width:240px;height:180px;display:block;float:left;}
.index #album #box .photo img{max-width:240px;border:0!important;}

.index #album .info{width:240px;height:50px;color:#fff;position:absolute;left:0px;bottom:0;}
.index #album .info p {float:left;overflow:hidden;padding-left:3px;}
.index #album .info h4{float:left;width:180px;font-size:100%;padding-left:10px;}

.index #album #handles{float:right;position:relative;height:18px;left:0;top:162px;clear:both;overflow:hidden;display:none;}
.index #album #handles span{display:block;float:left;width:18px;height:18px;text-align:center;background-color:#000;margin-right:1px;color:#fff;cursor:pointer;}
.index #album #handles span.active{background-color:#ff0000;}