/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */
 
.galleria-container     { color: #006; background: #fff; position: relative; overflow: hidden }
.galleria-container img    { color: #006; background-color: #fff; -moz-user-select: none; -o-user-select: none; -webkit-user-select: none   }
.galleria-stage    { color: #006; background-color: #fff; position: absolute; top: 10px; right: 10px; bottom: 60px; left: 10px; overflow: hidden }
.galleria-thumbnails-container     { color: #006; position: absolute; z-index: 2; right: 10px; bottom: 0; left: 10px; height: 50px }
.galleria-carousel .galleria-thumbnails-list     { color: #006; margin-right: 30px; margin-left: 30px }
.galleria-thumbnails .galleria-image     { color: #006; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; cursor: pointer; margin: 0 5px 0 0; width: 60px; height: 40px; float: left; border: solid 1px #000 }
.galleria-counter     { color: #006; font: 11px/1 arial, sans-serif; text-align: right; position: absolute; z-index: 1; bottom: 10px; left: 10px }
.galleria-loader     { color: #006; background-image: url("classic-loader.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: 2px 2px; display: none; position: absolute; z-index: 2; top: 10px; right: 10px; width: 20px; height: 20px }
.galleria-info     { color: #006; position: absolute; z-index: 2; top: 15px; left: 15px; width: 50% }
.galleria-info-text     { color: #006; display: none; padding: 12px; zoom: 1    }
.galleria-info-title     { color: #006; font: bold 12px/1.1 arial, sans-serif; margin: 0 0 7px }
.galleria-info-description     { color: #006; font: italic 12px/1.4 georgia, serif; margin: 0 }
.galleria-info-close     { color: #006; background-position: -753px -11px; cursor: pointer; display: none; position: absolute; top: 5px; right: 5px; width: 9px; height: 9px; filter: alpha(opacity=50); opacity: .5    }
.notouch .galleria-info-close:hover    { color: #006; filter: alpha(opacity=100); opacity: 1    }
.touch .galleria-info-close:active    { color: #006; filter: alpha(opacity=100); opacity: 1    }
.galleria-info-link     { color: #006; background-position: -669px -5px; cursor: pointer; position: absolute; width: 20px; height: 20px; filter: alpha(opacity=70); opacity: .7    }
.notouch .galleria-info-link:hover     { color: #006; filter: alpha(opacity=100); opacity: 1    }
.touch .galleria-info-link:active     { color: #006; filter: alpha(opacity=100); opacity: 1    }
.galleria-image-nav      { color: #006; margin-top: -62px; position: absolute; top: 50%; left: 0; width: 100%; height: 62px }
.galleria-image-nav-left,
.galleria-image-nav-right      { color: #006; background-position: 0 46px; cursor: pointer; position: absolute; z-index: 2; left: 10px; width: 62px; height: 124px; filter: alpha(opacity=30); opacity: .3     }
.galleria-image-nav-right      { color: #006; background-position: -254px 46px; z-index: 2; right: 10px; left: auto }
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover      { color: #006; filter: alpha(opacity=100); opacity: 1     }
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active      { color: #006; filter: alpha(opacity=100); opacity: 1     }
.galleria-thumb-nav-left,
.galleria-thumb-nav-right     { color: #006; background-position: -495px 5px; cursor: pointer; display: none; position: absolute; z-index: 3; top: 0; left: 0; width: 23px; height: 40px; filter: alpha(opacity=80); opacity: .8    }
.galleria-thumb-nav-right     { color: #006; background-position: -578px 5px; right: 0; left: auto; border-right: medium none }
.galleria-thumbnails-container .disabled     { color: #006; cursor: default; filter: alpha(opacity=20); opacity: .2    }
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover     { color: #006; filter: alpha(opacity=100); opacity: 1    }
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active     { color: #006; filter: alpha(opacity=100); opacity: 1    }
.notouch .galleria-thumbnails-container .disabled:hover     { color: #006; filter: alpha(opacity=20); opacity: .2    }

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right     { color: #006; display: block }
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right     { color: #006; background-image: url("classic-map.png"); background-repeat: no-repeat }
