﻿a:link {
text-decoration:none;
}
a:active {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
text-decoration:none;
}


#back-top {
    position fixed;
    bottom 3%;
/*    right 3%;*/}
#back-top span {
    width 75px;
    height 60px;
    display block;}

#back-top {
    bottom: 3%;
    position: fixed;
    right: 3%;
}


#colorbox, #cboxOverlay, #cboxWrapper {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 9999;
}
#cboxOverlay {
    height: 100%;
    position: fixed;
    width: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    border: 0 none;
    display: block;
    float: left;
    margin: auto;
    max-width: none;
}
.cboxIframe {
    border: 0 none;
    display: block;
    height: 100%;
    width: 100%;
}
#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
}
#cboxOverlay {
    background: #000 none repeat scroll 0 0;
}
#colorbox {
    outline: 0 none;
}
#cboxTopLeft {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll 0 0;
    height: 14px;
    width: 14px;
}
#cboxTopCenter {
    background: rgba(0, 0, 0, 0) url("images/border.png") repeat-x scroll left top;
    height: 14px;
}
#cboxTopRight {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -36px 0;
    height: 14px;
    width: 14px;
}
#cboxBottomLeft {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll 0 -32px;
    height: 43px;
    width: 14px;
}
#cboxBottomCenter {
    background: rgba(0, 0, 0, 0) url("images/border.png") repeat-x scroll left bottom;
    height: 43px;
}
#cboxBottomRight {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll -36px -32px;
    height: 43px;
    width: 14px;
}
#cboxMiddleLeft {
    background: rgba(0, 0, 0, 0) url("images/controls.png") repeat-y scroll -175px 0;
    width: 14px;
}
#cboxMiddleRight {
    background: rgba(0, 0, 0, 0) url("images/controls.png") repeat-y scroll -211px 0;
    width: 14px;
}
#cboxContent {
    background: #fff none repeat scroll 0 0;
    overflow: visible;
}
.cboxIframe {
    background: #fff none repeat scroll 0 0;
}
#cboxError {
    border: 1px solid #ccc;
    padding: 50px;
}
#cboxLoadedContent {
    margin-bottom: 5px;
}
#cboxLoadingOverlay {
    background: rgba(0, 0, 0, 0) url("images/loading_background.png") no-repeat scroll center center;
}
#cboxLoadingGraphic {
    background: rgba(0, 0, 0, 0) url("images/loading.gif") no-repeat scroll center center;
}
#cboxTitle {
    bottom: -25px;
    color: #7c7c7c;
    font-weight: bold;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#cboxCurrent {
    bottom: -25px;
    color: #7c7c7c;
    font-weight: bold;
    left: 58px;
    position: absolute;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    background: rgba(0, 0, 0, 0) url("images/controls.png") no-repeat scroll 0 0;
    border: 0 none;
    bottom: -29px;
    height: 23px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: absolute;
    text-indent: -9999px;
    width: 23px;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0 none;
}
#cboxPrevious {
    background-position: -51px -25px;
    left: 0;
}
#cboxPrevious:hover {
    background-position: -51px 0;
}
#cboxNext {
    background-position: -75px -25px;
    left: 27px;
}
#cboxNext:hover {
    background-position: -75px 0;
}
#cboxClose {
    background-position: -100px -25px;
    right: 0;
}
#cboxClose:hover {
    background-position: -100px 0;
}
.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0;
}
.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0;
}

