.dg-container {
    height: 367px;
    position: relative;
    width: 100%;
}
.fg {
    font-family: "Times New Roman",Times,serif;
    font-size: 18px;
    margin-top: 2px;
}
.fm {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 36px;
}
.dg-wrapper {
    height: 316px;
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    width: 461px;
}
.dg-wrapper a {
    background: url("../imag/browser.png") no-repeat scroll left top transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    display: block;
    height: 316px;
    left: 0;
    position: absolute;
    top: 0;
    width: 461px;
}
.dg-wrapper a.dg-transition {
    transition: all 0.5s ease-in-out 0s;
}
.dg-wrapper a img {
    display: block;
    padding: 41px 0 0 1px;
}
.dg-wrapper a div {
    bottom: -35px;
    color: #EA771D;
    display: none;
    font-size: 16px;
    font-style: italic;
    line-height: 50px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    width: 100%;
}
.dg-wrapper a.dg-center div {
    display: block;
}
.dg-container nav {
    bottom: 1px;
    left: 50%;
    margin-left: -29px;
    position: absolute;
    width: 58px;
    z-index: 1000;
}
.dg-container nav span {
    background: url("../imag/arrows.png") no-repeat scroll left top transparent;
    cursor: pointer;
    float: left;
    height: 25px;
    opacity: 0.8;
    text-indent: -9000px;
    width: 24px;
}
.dg-container nav span:hover {
    opacity: 1;
}
.dg-container nav span.dg-next {
    background-position: right top;
    margin-left: 10px;
}