/*
    WARNING: Edited by NewMedio
    If upgrade is needed, be sure to copy this file!

    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{}
#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{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.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{padding: 3px 3px 140px 3px; background: #fff; margin: 5px 45px; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{overflow: hidden !important;}
        #cboxTitle{color: #000; width: 90%; float: none !important; text-align: left; padding: 15px;}
          #cboxTitle h2 {font-size: 1.4em;}
            #cboxTitle h2 img {display: inline-block; margin-right: 10px;}
          #cboxTitle h5 {margin: 0px 0px 5px 0px;}
          #cboxTitle p {color: #666;}
          #cboxTitle p.buynow a {padding: 3px 6px; background: #0ebb12; color: #fff; font-weight: bold;}
          #cboxTitle p.meta {color: #999; font-size: 11px; margin: 0px 0px 10px 0px;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{
          text-indent: -9999px;
          height: 100px;
          width: 40px;
          position: absolute;
          top: 42%;
          left: 0px;
          background: rgb(227,27,34);
          background: rgba(227,27,34,0.75);
          -moz-border-radius: 5px 0px 0px 5px;
          -webkit-border-radius: 5px 0px 0px 5px;
          border-radius: 5px 0px 0px 5px;
          background-image: url("../images/bmx/site/home_slider_left_arrow.png");
          background-position: center center;
          background-repeat: no-repeat;
        }
        #cboxPrevious:hover{
          background: rgb(227,27,34);
          background-image: url("../images/bmx/site/home_slider_left_arrow.png");
          background-position: center center;
          background-repeat: no-repeat;
        }
        #cboxNext{
          text-indent: -9999px;
          height: 100px;
          width: 40px;
          position: absolute;
          top: 42%;
          right: 0px;
          background: rgb(227,27,34);
          background: rgba(227,27,34,0.75);
          -moz-border-radius: 0px 5px 5px 0px;
          -webkit-border-radius: 0px 5px 5px 0px;
          border-radius: 0px 5px 5px 0px;
          background-image: url("../images/bmx/site/home_slider_right_arrow.png");
          background-position: center center;
          background-repeat: no-repeat;
        }
        #cboxNext:hover{
          background: rgb(227,27,34);
          background-image: url("../images/bmx/site/home_slider_right_arrow.png");
          background-position: center center;
          background-repeat: no-repeat;
        }
        #cboxLoadingOverlay{background:#000;}
        /* #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;} JB - removed - we don't have the graphic */
        #cboxClose{padding: 3px 6px; background: #E71319; position: absolute; bottom: 105px; right: 60px; color: #fff;}
        #cboxClose:hover{background-position:bottom center;}
