	#picList{
		text-align:center;
		margin:0px;
	}

	/* for pics */
	.pic{
		float:left;
		text-align:center;
		margin-left:0px;
		margin-bottom:0px;
		}
	.pic a {
		text-decoration:none;
		color:#333;
		
	}
	.pic .size {
		text-align:center;
	}
	.thumbnail{
		width: 150px;
		height: 105px;
		overflow: hidden;
		text-align:center;
	}
	.thumbnail img {
		width:100px;
	}
	.title{
		text-align:center;
		padding:2px;
	}

	/* for album */
	.album{
		float:left;
        color: #FFFFFF;
        background: url(/images/eignirbak.gif);
		margin-bottom:5px;
		margin-left:5px;
		border:1px solid #efefef;
		}
        .album a{
          color: #FFFFFF;
          text-decoration: NONE;
        }
        .album a:HOVER{
          color: #EFEFEF;
          text-decoration: none;
          font-weight: bold;
        }


	.cover{
		width: 150px;
        background: #ffffff;
		height: 105px;
        padding: 5px;
		overflow: hidden;
	}

	.AlbumTitle{
		text-align:center;
		font:bold 12px Verdana;
		text-transform:Capitalize;
		margin-top:4px;
		margin-bottom:4px;
	}
	