﻿div#GalleryViewer { position: relative; margin: 0 auto 0 auto; width: 634px; color: black; }

div#GalleryViewerImage { background: url(../images/content/gallery-viewer/image-frame.gif) 0 0 no-repeat; width: 634px; height: 427px; position: relative; }
div#GalleryViewerImage img { display: block; padding: 10px 0 0 18px; }
div#GalleryViewerAjaxLoader {z-index: 10000; position:absolute; top: 0; left: 0; width: 770px; height: 425px; background: #fdfdfd; filter:alpha(opacity=60); -moz-opacity:0.6; opacity: 0.6; }
div#GalleryViewerAjaxLoader img { height: 24px; width: 24px; position:absolute; top: 190px; left: 290px; }

div#GalleryViewerCurrentInfo { z-index: 1005; position: absolute; top: 40px; right: -70px; width: 300px; height: auto; border:1px #999999 solid;  }
div#GalleryViewerCurrentInfo div.info-close { cursor: pointer; position: absolute; top: 3px; right: 5px; background: url(../images/content/gallery-viewer/close.gif) top right no-repeat; height: 14px; width: 14px; z-index: 1100; }
div#GalleryViewerCurrentInfoContent { padding: 10px 20px; position: relative;}
div#GalleryViewerCurrentInfoContent h3 { font-size: 1.4em; margin-bottom: 0; color: #d17a12; font-weight: bold;}
div#GalleryViewerCurrentInfoContent h3.with-margin { margin-bottom: 15px; }

div#GalleryViewerCurrentInfoContent h4 { font-size: 1.2em; margin-bottom: 15px; color: #000000; font-weight: bold;}
div#GalleryViewerCurrentInfoContent p.collection { padding-top: 15px; }
 

div#GalleryViewerSummary {  }
div#GalleryViewerSummaryPaging { float: right; margin-right: 5px; display: inline; }
div#GalleryViewerStartStopAnimation { float: left; padding: 0 0 0 15px; color: #4f4f4f; cursor: pointer; margin-left: 7px; display: inline; }


div#GalleryViewerThumbnails { margin-top: 10px; border:1px #999999 solid; padding: 10px 20px; }
div#GalleryViewerThumbnails div.thumbnail { float: left; display: inline; width: 80px; height: 55px; }
div#GalleryViewerThumbnails.positionned { width: 480px; height: auto; z-index: 1005; position: absolute; top: 50px; right: -40px; margin: 0; }
div#GalleryViewerThumbnails div.thumbnails-close { cursor: pointer; position: absolute; top: 3px; right: 5px; background: url(../images/content/gallery-viewer/close.gif) top right no-repeat; height: 14px; width: 14px; z-index: 1100; }


div#GalleryViewerToolbar { text-align: center; margin-top: 10px; padding-bottom: 10px; }
div#GalleryViewerToolbar ul { border-top: 1px #a5a197 solid; list-style: none; padding: 6px 0 0 0; }
div#GalleryViewerToolbar ul li  { display:inline; list-style:none; padding: 6px 8px 8px 8px; border-right: 1px #a5a197 solid; }
div#GalleryViewerToolbar ul li span { cursor: pointer; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarPrevious { border: none; padding: 6px 0px; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarPrevious span { background: url(../images/content/gallery-viewer/previous.gif) right no-repeat; padding: 1px 20px 1px 0; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarNext { }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarNext span { background: url(../images/content/gallery-viewer/next.gif) left no-repeat; padding: 1px 0 1px 20px; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarInfo { border: none; } 
div#GalleryViewerToolbar ul li#GalleryViewerToolbarInfo.border { border-right: 1px #a5a197 solid; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarInfo span { background: url(../images/content/gallery-viewer/info.gif) right no-repeat; padding:1px 20px 1px 0; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarViewArtist { border: none; }
div#GalleryViewerToolbar ul li#GalleryViewerToolbarViewArtist span { color: #c91010; }
