#cboxWrapper,.cboxPhoto {
    max-width: none
}

.cboxIframe,.cboxPhoto {
    display: block;
    border: 0
}

#cboxCurrent,#cboxTitle {
    position: absolute;
    color: #ccc;
    top: -20px
}

#cboxOverlay,#cboxWrapper,#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70)
}

#cboxBottomLeft,#cboxMiddleLeft {
    clear: left
}

#cboxTitle {
    margin: 0;
    left: 0
}

#cboxLoadingGraphic,#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cboxPhoto {
    float: left;
    margin: auto;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff
}

#cboxContent,#cboxLoadedContent,#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active,#colorbox {
    outline: 0
}

#cboxContent {
    position: relative;
    margin-top: 40px
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border: 0 solid #000;
    background: #fff
}

#cboxCurrent {
    right: 0
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) center center no-repeat
}

#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

#cboxNext,#cboxPrevious {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    width: 28px;
    height: 65px;
    text-indent: -9999px
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff
}

#cboxPrevious {
    left: 5px
}

#cboxPrevious:hover {
    background-position: bottom left
}

#cboxNext {
    right: 5px
}

.box5 #cboxNext,.box5 #cboxPrevious {
    top: auto;
    bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #010101;
    margin-top: -15px;
    height: 30px;
    text-indent: inherit;
    position: absolute
}

.box5 #cboxPrevious {
    left: auto;
    right: 100px;
    background: url(../images/previous-arrow2.png) left 12px no-repeat;
    width: 100px
}

.box5 #cboxPrevious:hover {
    background-position: left 12px
}

.box5 #cboxNext {
    right: 25px;
    background: url(../images/next-arrow2.png) right 12px no-repeat;
    width: 90px
}

.box5 #cboxNext:hover {
    background-position: right 12px
}

.box5 #cboxCurrent {
    display: none!important
}

#cboxNext:hover {
    background-position: bottom right
}

#cboxClose {
    position: absolute;
    top: -40px;
    right: 0;
    display: block;
    background: url(../images/close2.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    text-indent: -9999px
}
