@CHARSET "UTF-8";
.albums
{
	width: 920px;
}	

.albums > li > h2 > a:link , .albums > li > h2 > a:visited
{
	color: #000;
	text-decoration: none;
}
.albums > li > h2 > a:hover
{
	color: #000;
	text-decoration: underline;
}

.albums > li
{
	display: block;
	list-style: none;
	padding: 0;
	margin: 20px 20px;
	position: relative;
	float: left;
}

.albums > li > a > img
{
	display: block;
	border: solid #fff 3px;
}

.albums > li > a
{
	display: block;
	border: solid #AC0009 6px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.albums > li > a:hover
{
	border: solid #222 6px;;	
}

.albums > li > h2
{
	display: block;
	margin: 2px 5px;
	text-align: center;
}

.actions
{
	display: block;
	position: absolute;
	margin: 0 auto;
	top: 6px;
	left: 6px;
	background-color: #AC0009;
	-moz-border-radius-bottomright:5px;
}

.actions li
{
	display: block;
	float: left;
	margin-right: 5px;
}

.actions > li a
{
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9999px;
	padding: 2px;
	margin-bottom: 2px;
}

.actions li .delete_album
{
	background: url('/images/icons/delete.png') no-repeat center;	
}
.actions li .edit_album
{
	background: url('/images/icons/pencil.png') no-repeat center;	
}
.add_album
{
	background: url("/images/icons/add.png") no-repeat bottom left;
	padding: 0 0 0 25px;
}
.main
{
	background: url("/images/background/background_album.jpg") no-repeat top right;
}