/*
@author zhangquan
@date 2009.08.20
*/
/*ÏàÆ¬Õ¹Ê¾*/
.album {
	margin-top:10px;
	position:relative;
	width:760px;
	text-align:left;
}
.app-home .album {
	width:690px;
	text-align:left;
}
.album .img-box{
	width:630px;
	min-height:360px;
	text-align:center;
	background-color:#FAF8F8;
	position:relative;
	_height:360px;
	overflow:hidden;
	background:url(http://a.tbcdn.cn/app/sns/img/loading.gif) center center no-repeat;

}

.album .list-box {
	position:absolute;
	top:0;
	right:0;
	height:350px;
	width:60px;
	overflow:hidden;
}
.album .list-box .btn-next {
	display:block;
	height:12px;
	width:50px;
	line-height:12px;
	overflow:hidden;
	background:url(http://a.tbcdn.cn/app/sns/img/album_box_bg.gif) 0 0px;
	margin-left:6px;
	margin-bottom:5px;

}
.album .list-box .btn-prev{
	display:block;
	height:12px;
	width:50px;
	line-height:12px;
	overflow:hidden;
	background:url(http://a.tbcdn.cn/app/sns/img/album_box_bg.gif) 0 -13px;
	margin-left:6px;
	margin-top:5px;

}

.album .list-box .list-show {
	position:relative;
	height:270px;
	width:100px;
	overflow:hidden;

	margin:5px 0 0 0px;
}

.album .list-show   .current-page {
	position:absolute;
	top:110px;
	left:0;
	background:url(http://a.tbcdn.cn/app/sns/img/album_box_bg.gif) 0 -28px;
	height:50px;
	width:57px;
	z-index:100;
	
}

.album .list-show  .list-scroll {
	position:absolute;
	top:0;
	left:6px;
	width:50px;
	
}
.album .list-show  .list-scroll a {


	width:48px;
	height:48px;
	overflow:hidden;
	display:block;
	background-color:#CCC;
	text-align:center;
	margin-bottom:8px;
	
}

.album .list-show  .list-scroll a img{
	
}


