

#cboxOverlay,#cboxWrapper,#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: visible;
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxBottomLeft,#cboxMiddleLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    opacity: .96;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingGraphic,#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#cboxContent,#cboxLoadedContent,#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #fafafa;
    opacity: 0.86 !important;
    filter: alpha(opacity=86) !important;
}

#colorbox {
    outline: 0;
}

#cboxContent {
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) center center no-repeat #0d0d0d;
    padding: 10px;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#cboxTitle {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

#cboxCurrent {
    position: absolute;
    top: 0;
    right: 205px;
}

#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
}

#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active {
    outline: 0;
}

#cboxPrevious {
    right: 44px;
}

#cboxClose {
    right: 0;
}

.cboxSlideshow_off #cboxPrevious,.cboxSlideshow_on #cboxPrevious {
    right: 66px;
}

.cboxSlideshow_off #cboxSlideshow,.cboxSlideshow_on #cboxSlideshow {
    right: 44px;
}

#cboxClose,#cboxClose:after,#cboxNext,#cboxNext:after,#cboxPrevious,#cboxPrevious:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

#cboxPrevious {
    height: 100%;
    background: 0 0;
    width: 50%;
    left: -70px;
    text-align: left;
    font-size: 0;
}

#cboxNext {
    height: 100%;
    background: 0 0;
    width: 50%;
    right: -70px;
    text-align: right;
    font-size: 0;
}

#cboxPrevious:after {
    font-family: FontAwesome;
    content: '\f104';
    color: #000;
    font-size: 64px;
    opacity: 0.4;
    display: inline-block;
}

#cboxNext:after {
    font-family: FontAwesome;
    content: '\f105';
    color: #000;
    font-size: 64px;
    opacity: 0.4;
    display: inline-block;
}

#cboxNext:hover:after,#cboxPrevious:hover:after {
    opacity: .8;
}

#cboxCurrent {
    display: none !important;
}

.cboxPhoto {
    cursor: default !important;
}

#cboxClose {
    display: none;
    visibility: hidden;
	width:0px !important;
	height:0px !important;

}

#cboxLoadedContent {
    cursor: pointer;
}