#mythumbs {}
#mygallery {overflow:hidden}
#galleria{width:780px; height:519px;}


/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

.galleria-container {
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right:0px;
    overflow:hidden;
}
.galleria-thumbnails-container {
display:none;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: 0px 0px;
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 20px;
    z-index: 3;
}
.galleria-thumb-nav-right {
    background-position: 20px 0px;
    border-right: none;
    right: 0;
    left: auto;
}


.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;
}
.galleria-thumbnails .galleria-image {
    height: 40px;
    width: 60px;
    background: #ffffff;
    margin: 0 5px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;
}
.galleria-counter {
   display:none;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: right;
    color: #fff;
    font-size: 11px;
    z-index: 1;
}
.galleria-loader {
    background: #ffffff;
    width: 16px;
    height: 160px;
    position: absolute;
    top: 200px;
    left: 460px;
    z-index: 2;
    display: none;
    background: url(/css/classic-loader.gif) no-repeat 2px 2px;
}
.galleria-info {
    width: 90%;
    bottom: 0px;
    left: 60px;
    z-index: 2;
    position: absolute;
}
.galleria-info-text {
/*    background-color: #ffffff;*/
    display: none;
    /* IE7 */ zoom:1;
}
.galleria-info-title {
    margin: 0;
    color: #777777;
}
.galleria-info-description {
    margin: 0;
    color: #777777;
   text-align:center;

}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    cursor: pointer;
    display: none;
}
.notouch .galleria-info-close:hover{
}
.touch .galleria-info-close:active{
}
.galleria-info-link {
    background-position: -669px -5px;
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
}
.touch .galleria-info-link:active {
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 20px;
    height: 44px;
    position: absolute;
    left: 0px;
    z-index: 2;
    background-position: 0 0px;
}
.galleria-image-nav-right {
    left: auto;
    right: 0px;
    background-position: -20px 0px;
    z-index: 2;
}
.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
}
.galleria-thumbnails-container .disabled {
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    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,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(/css/gallerynav.png);
    background-repeat: no-repeat;
}