*
{
	border: 0;
	margin: 0;
	padding: 0;
}




#albumbox
{

margin: auto;

}


#albumbody
{
background: transparent;
margin: auto;
width: 85em;

}


a
{
text-decoration: none;
}

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}




.albumtitle
{
position: relative; 
margin-top: 192px;
margin-left: 2px;  
text-align: center;  
font-weight: normal; 
letter-spacing: 0.1mm; 
font-size: 0.7em; 
color: #000000;
font-style:normal;
font-family: verdana;
line-height: 0.3cm;

}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
    
}

.hoverbox a
{
cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -100px;
	left: -50px;
	z-index: 2;
    color: #575554;
}

.hoverbox img
{
	background: #FFFFFF;
    border: solid 0 #AAAAAA !important;
	color: inherit;
	padding: 0px;
	vertical-align: bottom;
	width: 80px;
	height: 80px;
}


.hoverbox li
{
	background: #ffffff;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 0.1em;
	color: inherit;
	display: inline;
 	float: left;
	margin-right: 4px;
	margin: 5px;
	padding: 5px;
	position: relative;

}

.hoverbox .preview
{
	border-color: #AAAAAA !important;
    border-width: 0.1em !important;
	width: 180px;
	height: 180px;
	padding: 5px;
    padding-bottom: 55px;

}





