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




#albumbox
{
width: 740px;
margin: auto;
margin-top: 10px;
height: 350px;

}


#albumbody
{
	background: transparent;
	color: #312A2B;
	margin: 25px auto auto;
	height: 350px;
	padding-right: 12px;
	width: 800px;
	float: left;


}


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-style: solid;
	border-width: 0px;
	color: inherit;
	padding: 0px;
	vertical-align: bottom;
	width: 80px;
	height: 80px;
}

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

}

.hoverbox .preview
{
	border-color: #DDCFDC;
    border-width: 2px;
	width: 180px;
	height: 180px;
	padding: 5px;
    padding-bottom: 55px;

}
