h3{
    border-style:solid;
    border-width:0px 0px 2px 10px;
    border-color:#3380FF;
    line-height:150%;
    font-size:1.1em;
    margin:250px 0px 0em 0px;
    text-indent:5px;
    background-color:#FFFFFF;
}

#album{
    width: 700px;
    height: 415px;
    list-style-type: none;
    position: relative;
    background-image:url('img/bg_album.gif');
}
#album a img {
	width: 64px;
	height: 48px;
	border: none;
	position: relative;
	z-index: 3;
}
#album li {
	width: 64px;
	height: 48px;
    float:left;
    margin: 0px 3px 0px 3px;
	background: #ffa905 top left no-repeat;
	z-index: 3; 
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

#album a {
	display: block;
	width: 64px;
	height: 48px;
	position:relative;
	z-index: 3;
}

/*
#album a:hover {
	width: 480px;
	height: 360px
	padding-top: 55px
	padding-left: 110px;
	padding-right: 110px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#album a:hover img {
	width: 480px;
	height: 360px;
	position: relative;
	z-index: 2;
}
*/

#album a:active,
#album a:focus {
	width: 480px;
	height: 360px;
	padding-top: 55px;
	padding-left: 110px;
	padding-right: 110px; 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1; 
}
#album a:active img,
#album a:focus img {
	width: 480px;
	height: 360px;
	position: relative;
	z-index: 1;
}


