.album
{
	width:100%;
	position:relative;	
	display: table
}

.albumAdminMenu
{
	clear:both;
	margin-top:4px;
	border-top:1px dashed gray;
	text-align:right;
}

/*------------- ALBUM LEFT TO RIGHT -----------*/

.albumLRRow
{
	width:100%;
	margin-bottom:40px;
}

.albumLRItem
{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;	
	position:relative;
	float:left;
	display: table;
}

.albumLRPicture
{
	text-align:center;
	position:relative;
	display: table;
	height:auto;
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.albumLRLabel
{
	text-align:center;
	position:relative;
	float:left;
	width:100%;
	
}

.albumLRPicture img
{
    border:0px;
}


/*------------- ALBUM TOP TO BOTTOM -----------*/

.albumTBItem
{
	width:100%;	
	margin-bottom:10px;
	border-bottom:1px gray dashed;
	padding-bottom:5px;
	display: table;
}


.albumTBPicture
{
	text-align:left;
	clear:both;	
	float:left;	
	height:auto;
	border:1px solid gray;
	padding: 3px 3px 3px 3px;		
}

.albumTBLabel
{
	text-align:left;
	margin-left:15px;
	float:left;
}

.albumTBPicture img
{
    border:0px;
}


/*------------- ALBUM SINGLE ITEM -----------*/

.albumSGItem
{
	width:100%;
}

.AlbumSGPicture
{
	text-align:center;
	clear:both;	
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.AlbumSGLabel
{
	text-align: center;
	
}

/*------------- IMAGE VIEWER PICTURE LEFT -----------*/


.imgvPLPicture
{
	text-align:left;
	float:left;
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.imgvPLLabel
{
	float:left;
	margin-left:20px;
	text-align: left;
}

/*------------- IMAGE VIEWER PICTURE TOP -----------*/

.albumSGItem
{
	width:100%;
}

.AlbumSGPicture
{
	text-align:center;
	clear:both;	
	border:1px solid gray;
	padding: 3px 3px 3px 3px;
}

.AlbumSGLabel
{
	text-align: center;
	
}
