/* Galleria Classic Theme 2012-08-07 | https://raw.github.com/aino/galleria/master/LICENSE | (c) Aino */
/* This rule is read by Galleria to define the gallery height: */
#galleria {
    font-family: 'Microsoft YaHei',Tahoma,Verdana;
    font-size: 12px;
}

#galleria-loader {
    height: 1px!important;
}

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #ddd;
}

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-stage {
    position: absolute;
    top: 5px;
    bottom: 105px;
    left: 5px;
    right: 175px;
    overflow: hidden;
    _width: 800px;
    _height: 640px;
}

.galleria-thumbnails-container {
    bottom: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    border: solid 1px #aaa;
    width:160px;
    height:740px;
}

.galleria-thumbnails-container .galleria-thumbnails-list {
    height: 678px;
    width:160px;
    top: 32px;
    overflow: hidden;
}

.galleria-thumbnails .galleria-image {
    width: 154px;
    height: 128px;
    background: #f5f5f5;
    margin: 5px 0 0 0;
    border: 3px solid #eaeaea;
    float: left;
    cursor: pointer;
}
.galleria-thumbnails .active {
    border:solid 3px #c80000;
}
.notouch.galleria-container .galleria-thumbnails .galleria-image:hover {
	background: rgba(255, 255, 255, 0.3); opacity: 0.9;
}
.touch.galleria-container .galleria-thumbnails .galleria-image:active {
	background: rgba(255, 255, 255, 0.3); opacity: 0.9;
}
.galleria-container .galleria-thumbnails .active.galleria-image {
	background: rgba(255, 255, 255, 0.7); opacity: 1;
}
.notouch.galleria-container .galleria-thumbnails .active.galleria-image:hover {
	background: rgba(255, 255, 255, 0.7); opacity: 1;
}

.galleria-counter {
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    color: #fff;
    z-index: 5;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 60px;
    width: 120px;
    height: 60px;
}

.galleria-counter .galleria-current {
    color: rgb(204, 0, 0);
}

.nocanvas.galleria-progress {
    background: url("../images/20.png");
    top: 10px;
    width: 32px;
    height: 5px;
    right: 10px;
    display: none;
    position: absolute;
    z-index: 2;
}

.nocanvas.galleria-progress .galleria-progressbar {
    background: white;
    width: 0px;
    height: 100%;
}

.galleria-loader {
    margin: -24px 0px 0px -24px;
    left: 50%;
    top: 50%;
    width: 48px;
    height: 48px;
    display: none;
    position: absolute;
    z-index: 2;
}

.nocanvas.galleria-loader {
    background: #000;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 2;
    display: none;
    background: url(../images/loading.gif) no-repeat;
}

.galleria-info {
    /*background: rgba(0,0,0,0.7) none repeat scroll !important;
    background: #000;
    filter: alpha(opacity=70);*/
    background-color: #ddd;
    bottom: 5px;
    left: 5px;
    right: 175px;
    z-index: 2;
    position: absolute;
    height: 100px;
    overflow: hidden;
}

.galleria-info-text {
    padding: 12px;
    padding-top: 5px;
    padding-left: 120px; /* IE7 */
    zoom: 1;
}

.galleria-info-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    z-index: 3;
    margin-bottom: 7px;
}

.galleria-info-title a {
    text-decoration: none;
    color: #383838;
}

.galleria-info-title a:hover {
    color: #c80000;
    text-decoration: underline;
}

.galleria-info-description {
    font-size: 14px;
    font-style: normal;
    margin: 0;
    color: #383838;
    z-index: 3;
    text-indent: 28px;
}

.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}

.notouch .galleria-info-close:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.touch .galleria-info-close:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}

.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.galleria-image-nav {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.galleria-image-nav-left {
    background: url("http://www.p5w.net/images/blank.gif") no-repeat 0px 50%;
    left: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 3;
    cursor: url(http://www.p5w.net/images13/left.cur), pointer;
}

.galleria-image-nav-right {
    background: url("http://www.p5w.net/images/blank.gif") no-repeat 0px 50%;
    left: 0px;
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 3;
   cursor: url(http://www.p5w.net/images13/right.cur), pointer;
}

.galleria-image-nav-right {
    background: url("http://www.p5w.net/images/blank.gif") no-repeat 100% 50%;
    left: auto;
    right: 0px;
}

.galleria-image-nav-left:hover {
    background-image: url("http://www.p5w.net/images/blank.gif");
}

.galleria-image-nav-right:hover {
    background-image: url("http://www.p5w.net/images/blank.gif");
}

.cur.galleria-image-nav-left {
    cursor: url(../images/left-cursor.png), pointer;
}

.cur.galleria-image-nav-right {
    cursor: url(../images/right-cursor.png), pointer;
}
/*
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}

.galleria-image-nav-left, .galleria-image-nav-right {
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: pointer;
    width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;
    z-index: 2;
    background-position: 0 46px;
}

.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}

.notouch .galleria-image-nav-left:hover, .notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
*/
.galleria-thumb-nav-left, .galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -780px 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 31px;
    width: 160px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}

.galleria-thumb-nav-right {
    background-position: -943px 0px;
    border-right: none;
    top: auto;
    left: 0;
    bottom: 0;
}

.galleria-thumbnails-container .disabled {
    opacity: .6;
    filter: alpha(opacity=60);
    cursor: default;
}

.notouch .galleria-thumb-nav-left:hover, .notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

.touch .galleria-thumb-nav-left:active, .touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}

.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left, .galleria-carousel .galleria-thumb-nav-right {
    display: block;
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close {
    background-image: url(../images/classic-map.png);
    background-repeat: no-repeat;
}
