#titlePage {
    width : 100%;
    height : auto;
    border-bottom : 2px solid #5f6060;
    font-family : "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size : 2em;
    margin-top : 43px;
    color : #5f6060;
    margin-bottom : 27px;
    position : relative;
}

#titlePage p {
    margin-left : 25px;
}

#goBack {
    position : absolute;

    width : 50px;
    left : 25px;
    top : -26px;
}

.album {
    width : 157px;
    margin-left : 25px;
    text-align : center;
    position : relative;
    top : 0px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    display : inline-block;
    margin-top : 20px;
    vertical-align: top;

}

.album a:visited {
    color : #5f6060;
}

.album a {
    color : #5f6060;
}

.album:hover p{
    text-decoration : underline;
    cursor : pointer;
}

.album:hover {
    cursor : pointer;
    top : -8px;
}

.album p {
    margin-top : 10px;
    font-family : Open-Sans;
    color : #5f6060;
    max-width : 145px;
    margin-left : 6px;
}


.album img {
    height : 110px;
    width : 140px;
    border : 1px solid #5f6060;
    display : inline-block;
    margin-top : 6px;
}

.albumInnerDiv1 {
    border : 2px solid #5f6060;
    height : 124px;
    width : 153px;
    text-align : center;
    background-image: url('../images/albumPhotoBase.gif');
    background-size: cover;
    background-position: center;
}

#containerAlbums {
    width : 100%;
    height : auto;
}