.admin_meny a
{
	display:block;
	text-align:center;
	font-family:Verdana;
	line-height:25px;
	background-color:#e8191a;
	text-decoration:none;
	letter-spacing: 1px;
}

.admin_meny a:HOVER
{
	background-color:#ff3434;
}

#images .image, #gallery .image {
    cursor:pointer;
    display:inline;
    padding:2px;
    margin-bottom:5px;
    margin-left:5px;
    background: #e5e5e5;
    border: solid 1px silver;
}

#fileCount {
    margin-bottom:5px;
}

#albums .image {
    cursor:pointer;
    padding:2px;
    background: #e5e5e5;
    border: solid 1px silver;
}

#albums .album {
    display:block;
    float:left;
    margin-left:5px;
    margin-bottom:5px;
    width:125px;
    text-align:center;
    overflow:hidden;
}
