/* BARE GALLERY */
.gallery * {
    margin: 0px;
    padding: 0px;
}
.gallery ul {
 
    list-style: none;
}

.gallery span {
    display: block;
    font-size: 12px;
    background-color: #fff;
    color: #000;
}
.gallery img {
    border: 2px solid #333;
}

.gallery ul.small-images {
    padding: 0px 8px;
    display: none;
}
.gallery ul.small-images li {
    padding: 0px;
}
.gallery ul.small-images a {
    text-align: center;
    display: block;
    float: left;
    padding: 8px;
}
.gallery ul.small-images a:hover {
    padding: 6px;
}
.gallery ul.small-images a:hover img {
    border-width: 4px;
}

.gallery ul.controls {
    width: 100%;
    position: relative;
}
.gallery ul.controls li {
    position: absolute;
    display: block;
    z-index: 100;
}
.gallery ul.controls li.prev {
    left: 10px;
}
.gallery ul.controls li.next {
    right: 10px;
}
.gallery ul.controls a {
    display: block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    border: none;
}
.gallery ul.controls a img {
    border: none;
}

/* BARE SMALLGALLERY */
#smallgallery {
   
    width: 256px;
}
#smallgallery span {
    left: 3px;
    width: 215px;
    padding: 8px;
}

#smallgallery ul.small-images a img {
    max-width: 220px;
}
#smallgallery ul.small-images a.selected {
    background: #1076BC;
}



/* BARE BIGGALLERY */
#biggallery_gallery ul {
    max-height: 600px;
}
#biggallery {
    border: thin solid gray;
    display: none;
}
#biggallery_background {
    background-color: #000;
}
#biggallery_content {
    text-align: center;
    margin: 0 auto;
   
}

#biggallery_backtoanbud {
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 100%;
    height: 24px;
    font-size: 14px;
    color: #1076bc;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
   
}
#biggallery_backtoanbud:hover {
    text-decoration: underline;
}
#biggallery_gallery {
    position: relative;
    margin: 10px auto;
}

#biggallery_gallery .large-images img {
    border: thin solid gray;
    max-height: 500px;
    max-width: 700px;
}
#biggallery_gallery img.smaller {
    max-width: 400px;
}
#biggallery_gallery img.bigger {
    max-width: 500px;
}
#biggallery_gallery span {
    padding: 10px;
}
#biggallery_gallery ul.small-images a img {
    max-width:100px;
    height:75px;
}

#biggallery_gallery ul.controls li {
    top: -10px;
}


/* BARE BUSINESSGALLERY */

#business-gallery span {
    left: 10px;
    width: 400px;
    padding: 8px;
    font-size: 12px;
}
#business-gallery ul.controls li, #biggallery_gallery ul.controls li {
    width: 34px;
    height: 34px;
}
#business-gallery ul.controls li {
    top: 150px;
}
#business-gallery ul.small-images a img{
    max-width:50px;
    max-height:75px;
    min-height:50px;
}
#business-gallery .small-images li {
    float: left;
    clear: none;
}

#business-gallery ul{
    max-height:400px;
    width: 410px;
}

#business-gallery .large-images img{
  max-height:307px;
  max-width:430px;
}
#business-gallery {
    width: 430px;
    margin: 15px;
    overflow: hidden;
}

/* FELLES */

#smallgallery, #business-gallery {
    background-color: #EFEFEF;
}
.tinted {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
.clear {
    clear: both;
}
#smallgallery span, #business-gallery span{
    bottom: 13px;
}
#biggallery_gallery ul.small-images a.selected, #business-gallery ul.small-images a.selected {
    background: #333;
}
#prosjektbilder {
    position: relative;
}
#biggallery ul, #business-gallery ul, #biggallery, #business-gallery, #smallgallery {
    text-align: center;
    margin: 0 auto;
}
/** DIVERSE ANTATT UTGÅTT **/
#openBiggallery {
    font-size: 12px;
    cursor: pointer;
    color: #1076bc;
}

#openBiggallery:hover {
    text-decoration: underline;
}
