/* -------------------------------- page Layout */

#AlbumMemberInfo{
 width:165px;
 padding:20px 15px;
 float:left;
 margin:10px 0px;
 margin-top:20px;
 background: url(img/bg.png);
}

#thumbList{
 width:940px;
 padding-left:25px;
 float:left;
 margin:10px 0px;

}

#AlbumMemberInfo h1{
 line-height:60%;

}

.AlbumMemberInfo_wrap{
  margin-top:10px;
  margin-left:10px;
}
/* ---------left sidebar */

.thumbList_wrap{
  width:220px;
  height:210px;
  
  margin:10px 0px;
  margin-left:15px;

  float:left;
	padding-bottom:15px;
	border-bottom:1px dotted #ccc;
}

/*----------image thumbList_wrap--*/
 

.thumbList_wrap ul{
	width:220px;
	font-size:11px;
	margin-top:6px;
	margin-bottom:10px;
	margin-left:3px;
	height:80px;
	line-height:168%;
}


.thumbList_wrap ul li{
	
}

.thumbList_wrap ul a:hover{
	border-bottom:1px dotted #3a3a3a;
}

.thumbList_wrap a:hover{
	cursor:hand;
	border:0px;
	}



/* ---------------------Home Page, Search Photo & Profiles */
.searchOnSide{
  width:px;
}
.searchOnSide a.searchphoto {
	display:block;
	width:180px;
	height:71px;
  background:url(img/searchphoto_small1.png) no-repeat;
  border:0px;
  margin:10px 0px;
}
.searchOnSide a.searchphoto:hover{

  background:url(img/searchphoto_small2.png) no-repeat;
  border:0px;
}
.searchOnSide a.searchprofiles {
	display:block;
	width:180px;
	height:71px;
  background:url(img/searchprofiles_small1.png) no-repeat;
  border:0px;
  margin:10px 0px;
}
.searchOnSide a.searchprofiles:hover{

  background:url(img/searchprofiles_small2.png) no-repeat;
  border:0px;
}



.AlbumshareButton{ 
	width:130px; 
  margin-left:5px;
  float:left;
}
.AlbumshareButton  img{
	float:left;
	margin-right:3px;
  margin-top:11px;
}

.AlbumLikeButton{ 
  margin-top:14px;
  margin-left:5px;
}




/* ---------Album List Page NO. */


.pages_member {
	width:100%;
	text-align:center;
	margin-top:20px;

	}
.pages_member a{margin:0px 5px;}
.pages_member a#selected {
  color:#000;	
   
}