/* CSS specific to the photography portfolio section of the website. */


.centerframeouter {
        float: left;
        position: relative;
        left: 50%;
        text-align: left;
        display: inline-block; /* Only here to force MSIE6 to behave */
}

.centerframeinner {
        position: relative;
        left: -50%;
        display: inline-block; /* Only here to force MSIE6 to behave */
}

.thumbframevert {
        border: 2px solid #dddddd;
        float: left;
        margin: 10px;
        padding: 5px 25px 5px 25px;
        display: table-cell;
        background-color: #555555;
        text-align: center;
        vertical-align: middle;
}

.thumbframehorz {
        border: 2px solid #dddddd;
        float: left;
        margin: 10px;
        padding: 25px 5px 25px 5px;
        display: table-cell;
        background-color: #555555;
        text-align: center;
        vertical-align: middle;
}


.photoframe {
        border: 2px solid #dddddd;
        float: left;
	margin: 10px;
        padding: 10px;
        background-color: #555555;
}

