
.photo-caption {
    /*background-image: url("images/details-bg.gif");*/
    color: #333333;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 60px;
    line-height: 20px;
    max-width: 750px;
    min-width: 680px;
    padding: 0 5px;
    text-align: left;
}
.album-title {
    color: #4D1A69;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 5px 5px;
    text-align: left;
    top: 0;
}
.overlay-photo {
}
#cboxLoadedContent {
    margin-bottom: 28px;
    margin-top: 5px;
    padding: 0;
}
#cboxLoadingGraphic {
    background: url("images/loading.gif") no-repeat scroll center center transparent;
    height: 50px;
    top: 300px;
}
#cboxPrevious {
    background: url("images/album-arrow-left.png") no-repeat scroll 0 0 transparent;
    height: 152px;
    left: 0;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 35%;
    width: 35px;
}
#cboxPrevious:hover {
    background: url("images/album-arrow-left-mo.png") no-repeat scroll 0 0 transparent;
}
#cboxNext {
    background: url("images/album-arrow-right.png") no-repeat scroll right center transparent;
    height: 152px;
    left: 96.1%;
    margin-top: -32px;
    position: absolute;
    text-indent: -9999px;
    top: 35%;
    width: 45px;
}
#cboxNext:hover {
    background: url("images/album-arrow-right-mo.png") no-repeat scroll 0 0 transparent;
}
#cboxCurrent {
    bottom: 4px;
    color: #949494;
    left: 0;
    position: absolute;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#content_detail {
    font-weight: bold;
    text-align: center;
}
#content_detail a {
    color: #4E1B6A;
}
