A:active
{
    outline-style: none;
    outline-color: invert;
    outline-width: medium;
}
:focus
{
    -moz-outline-style: none;
}

#triggers
{
    text-align: center;
}

#triggers img
{
    cursor: pointer;
    margin: 0 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}



/* styling for elements inside overlay */
.details
{
    position: relative;
    top: 15px;
    right: 15px;
    font-size: 11px;
    color: #fff;
    width: 500px;
    padding:15px;
    overflow: scroll;
    overflow-x: hidden;
    height: 400px;
    margin-left: 30px;
}

.details h3
{
    color: #aba;
    font-size: 15px;
    margin: 0 0 -10px 0;
}
.details p
{
    color: #fff;
    font-size: 12px;
    font-family: Georgia;
    line-height:18px;
}