#overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333333;
}

#close{
	float: right;
	display: block;
	background: url(../images/close.png) center center no-repeat;
	width: 24px;
	height: 24px;
}

.loading {
    background: url(../images/load.gif) no-repeat center center
}

#photos {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

#toAlbs{
	color: white;
	font-size: 2em;
	text-align: center;
	display: block;
}

#caption{
	color: white;
	text-align: center;
	font-weight: bold;
}

.img {
    background-color: #eeeeee;
    padding: 10px;
    margin: 10px;
    height: 160px;
    width: 160px;
    cursor: pointer;
    overflow: hidden;
}

.imgWrap {
    padding: 0;
    margin: 0;
    height: 200px;
    width: 200px;
    overflow: hidden;
    float: left;
}

.albheader {
    color: white;
    font: 3em "Trebuchet MS", sans-serif;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px;
}

#tooltip {
    background-color: #eeeeee;
    margin: -50px 0 0 0;
    padding: 5px;
    width: 170px;
    height: 30px;
    overflow: hidden;
    text-align: center;
}

.photoWrap {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 400px;
    margin-top: -200px;
    padding: 5px;
    background: #eeeeee;
}

.dummyImg {
    position: absolute;
    height: 400;
    width: 0;
}
