.albums_imgbox {
 padding: 20px;
 position: absolute;
 z-index: 2;
}

.album {
 display: block;
 clear: both;
 position: relative;
}

.album_nav {
 display: none;
 background: #e2e2e2;
 height: 40px;
 border-bottom: #585858 4px solid;
}

.album_content {
 display: block;
 padding: 10px;
}

.album_content h2 {
 color: #000;
 margin: 0px;
 color:#9E2A24;
 font-family:"Trebuchet MS",Helvetica,sans-serif;
 font-size: 12px;
}

a.album_img {
 float:left;
 margin-right:15px;
 margin-bottom:15px;	
 width:100px;
 height:75px;
 border: #787570 1px solid;
}

a.album_img span.name {
 display: none;
 position: absolute;
 bottom: -20px;
 left: 0px;
 color: #f7f7f7;
 padding: 5px;
}

.album_img a.admin_button {
 position: absolute;
 top: 135px;
 left: 18px;
}

.album_content iframe {
 display: block;
 width: 100%;
 height: 250px;
 border: none;
}

.clear {
clear: both;
}

div.large {
 position: absolute;
 bottom: 0px;
 width: 900px;
 height: 350px;
 z-index: 1000;
 left: -20px;
}

div.large p {
 position: relative;
 text-align: center;
}

div.large a img {
 background:none repeat scroll 0 0 #787570;
 padding:3px;
 z-index:3;
 border: none;
}

div.large a {
 height:20px;
 right:0;
 top:0;
 width:150px;
 text-decoration: none;
 border: none;
}

div.large a span {
 text-align: left;
 height:20px;
 color: #eee;
 line-height: 18px;
}

