


div.galleryDiv
{
	width:121px;
	height:105px;
	text-align:center;
	float:left;
	margin-right:9px;
	background:url('../images/default/pl/gallery-back.png') no-repeat;
	
	position:relative;
	margin-bottom:10px;
}

div.galleryDiv img
{
	border:3px solid #cccccc;
}

div.galleryDiv div.folderImg
{
	background:url('../images/default/pl/folder_yellow32.png') no-repeat;
	width:32px;
	height:32px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:0px;
}

div.galleryOverDiv
{
	width:121px;
	height:105px;
	text-align:center;
	float:left;
	margin-right:9px;
	background:url('../images/default/pl/gallery-back-over.png') no-repeat;
	position:relative;
	margin-bottom:10px;
}

div.galleryOverDiv div.folderImg
{
	background:url('../images/default/pl/folder_yellow32.png') no-repeat;
	width:32px;
	height:32px;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:0px;
}



div.galleryOverDiv a 
{
	color:#51250d;	
}


div.galleryOverDiv img
{
	border:3px solid #d3b64a;
}


div.albumDiv
{
	width:152px;
	height:122px;
	text-align:center;
	float:left;
	margin-right:9px;
	background:url('../images/default/pl/album-back.png') no-repeat;
	
	position:relative;
	margin-bottom:10px;	
}

div.albumDiv div.folderImg
{
	background:url('../images/default/pl/folder_yellow48.png') no-repeat;
	width:48px;
	height:48px;
	overflow:hidden;
	position:absolute;
	top:52px;
	left:0px;
}

div.albumDiv img
{
	border:3px solid #cccccc;
}


div.albumDiv a 
{
	color:#51250d;	
}


div.albumOverDiv
{
	width:152px;
	height:122px;
	text-align:center;
	float:left;
	margin-right:9px;
	background:url('../images/default/pl/album-back-over.png') no-repeat;
	position:relative;
	margin-bottom:10px;	
}

div.albumOverDiv div.folderImg
{
	background:url('../images/default/pl/folder_yellow48.png') no-repeat;
	width:48px;
	height:48px;
	overflow:hidden;
	position:absolute;
	top:52px;
	left:0px;
}


div.albumOverDiv img
{
	border:3px solid #d3b64a;
}


div.albumOverDiv a 
{
	color:#51250d;	

}






ul.albums
{
	list-style: none;
	margin:0px;
	padding-left:25px;
	text-align:left;
	
}

ul.albums li
{
	margin-top:5px;
	color:#51250d;
	padding:4px;
	padding-left:10px;
	
}

ul.albums li.over
{

background-color:#ebcc59;
padding:4px;
padding-left:10px;
border-left:1px solid #d3b64a;
border-top:1px solid #d3b64a;
border-bottom:1px solid #d3b64a;
}


ul.albums li a
{
	color:#51250d;
	
}