body { font-family:Cambria; background-color:#1a1a1a; margin:0px; color:#FFF; }
a:link,a:visited { color:#fbb03b; }
a:hover,a:active { color:#fee8c5; }
.gallery:link,.gallery:visited { color:#bb7912; }
.gallery:hover,.gallery:active { color:#55380a; }
.rounded-corners { background-color:#fff; width:800px; margin:auto; padding:15px; border:2px solid #fff; -moz-border-radius:15px; -webkit-border-radius:15px; border-radius:15px; behavior:url(css-js/border-radius.htc); }
.nav { font-size:18px; }
.footer { font-size:12px; }
/* Parent container for the image gallery */
.dg-image-gallery{ position:relative; width:800px; height:766px; }
/* Enlarged image */
.dg-image-gallery-enlarged-image { position:absolute; left:0px; top:0px; background-position:center center; width:100%; height:566px; }
/* Caption below large image */
.dg-image-gallery-caption { position:absolute; bottom:150px; height:30px; width:100%; text-align:center; color:#000; }
/* Container for all thumbnails */
.dg-image-gallery-thumbnail-container { position:absolute; bottom:0px; width:100%; left:20px; padding-bottom:10px; width:760px; }
/* Thumbnails inside thumbnail strip */
.dg-image-gallery-thumbnail{ width:120px; height:120px; padding-right:2px; padding-left:2px; }
/* Highlight element */
.dg-image-gallery-thumbnail-highlight{ border:3px solid #AAA; }
/* Previous and next buttons */
.dg-image-gallery-previous, .dg-image-gallery-next { background-position:center center; cursor:pointer; width:20px; height:120px; bottom:10px; position:absolute; cursor:pointer; }
.dg-image-gallery-previous{ background-image:url('../img/left-white.png'); left:0px; }
.dg-image-gallery-previous-over{ background-image:url('../img/left-white-over.png'); }
.dg-image-gallery-next{ background-image:url('../img/right-white.png'); right:0px; }
.dg-image-gallery-next-over{ background-image:url('../img/right-white-over.png'); }
/* Autoplay buttons */
.dg-image-gallery-next-autoplay-container{ position:absolute; left:370px; top:614px; z-index:20000; width:60px; }
.dg-image-gallery-next-autoplay-start, .dg-image-gallery-next-autoplay-stop{ position:absolute; top:0px; color:#CCC; padding:5px; height:20px; width:30px; text-align:right; background-repeat:no-repeat; cursor:pointer; }
.dg-image-gallery-next-autoplay-start{ left:0px; background-image:url('../img/play-white.png'); }
.dg-image-gallery-next-autoplay-stop{ left:30px; background-image:url('../img/pause-white.png'); }
.dg-image-gallery-next-autoplay-start-off{ background-image:url('../img/play-white-off.png'); cursor:default; }
.dg-image-gallery-next-autoplay-stop-off{ background-image:url('../img/pause-white-off.png'); cursor:default; }