/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; /*overflow:hidden;*/}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#colorbox{}
    #cboxContent{margin: 42px 0 0 0; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

/* мои стили */
#cboxOverlay {
    background: #000;
}
#colorbox, #cboxWrapper, #cboxContent, #cboxLoadedContent {
    background: transparent;
    padding: 0;
}
#cboxWrapper {
    background: #fff;
    border: solid 1px #4a4a4a;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
#cboxClose {
    position: absolute;
    width: 36px;
    height: 36px;
    background: url(../images/cbox-close.png) no-repeat 0 0;
    top: -39px;
    right: 5px;
    text-indent: -9999px;
}
#cboxTitle {
    position: absolute;
    height: 40px;
    top: -42px;
    width: 100%;
    border-bottom: 2px solid #939598;
    background: #fff;
    color: #939598;
    font: normal 20px/40px Arial;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
#cboxTitle > div {
    padding: 0 20px;
}

#cboxContent {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
    color: #333;
}
/*
#cboxContacts {
    position: absolute;
    top: -170px;
    left: 50px;
    width: 700px;
}
.cboxContacts-left {
    float: left;
    font: normal 16px Arial;
    line-height: 25px;
    color: #333;
}
.cboxContacts-right {
    float: right;
    font: normal 14px Arial;
    line-height: 25px;
    color: #666;
}
#cboxContacts .grey {
    color: #666;
}
#cboxContacts a:link, #cboxContacts a:visited {
    color: #666;
    text-decoration: underline;
}
#cboxContacts a:hover, #cboxContacts a:active {
    text-decoration: none;
}
*/
/* /мои стили */
