/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#optincolorbox, #oboxOverlay, #oboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#oboxOverlay{position:fixed; width:100%; height:100%;}
#oboxMiddleLeft, #oboxBottomLeft{clear:left;}
#oboxContent{position:relative;}
#oboxLoadedContent{overflow:auto;}
#oboxTitle{margin:0;}
#oboxLoadingOverlay, #oboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#oboxPrevious, #oboxNext, #oboxClose, #oboxSlideshow{cursor:pointer;}
.oboxPhoto{float:left; margin:auto; border:0; display:block;}
.oboxIframe{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.
*/
#oboxOverlay{
background:#ffffff;
opacity:0.3; 
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; 
filter: alpha(opacity=30);
-moz-opacity:0.3;
width: 100%;
}

#optincolorbox{
/*background-color:#303030;*/
-moz-border-radius:25px;
-webkit-border-radius:25px;
border-radius:25px;
border-width: 1px;
border-color: #606060;
box-shadow: 0px 0px 25px #000000;
        }

    #oboxTopLeft{width:14px; height:0px;}
    #oboxTopCenter{height:0px;}
    #oboxTopRight{width:14px; height:0px;}
    #oboxBottomLeft{width:14px; height:0px;}
    #oboxBottomCenter{height:0px}
    #oboxBottomRight{width:14px; height:0px; }
    #oboxMiddleLeft{width:0px; height:333px;}
    #oboxMiddleRight{width:0px; height:333px;}
    #oboxContent{overflow:visible; height:360px;}
        #oboxLoadedContent{height:360px;}
        #oboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
        #oboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
        #oboxTitle{position:absolute; bottom:-0px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
        #oboxCurrent{position:absolute; bottom:-0px; left:58px; font-weight:bold; color:#7C7C7C;}
        
        #oboxPrevious, #oboxNext, #oboxClose, #oboxSlideshow{position:absolute; bottom:0px; /*background:url(../images/controls.png) no-repeat 0px 0px;*/ width:23px; height:33px; text-indent:-9999px;}
        #oboxPrevious{left:0px; background-position: -51px -25px;}
        #oboxPrevious.hover{background-position:-51px 0px;}
        #oboxNext{left:27px; background-position:-75px -25px;}
        #oboxNext.hover{background-position:-75px 0px;}
        #oboxClose{border-width: 0px; right:0; background-position:8px -4px; bottom:276px; width: 30px; height: 0px;}
        #oboxClose.hover{border-width: 0px; background-position:-4px 0px;}
        
        .oboxSlideshow_on #oboxSlideshow{background-position:-125px 0px; right:27px;}
        .oboxSlideshow_on #oboxSlideshow.hover{background-position:-150px 0px;}
        .oboxSlideshow_off #oboxSlideshow{background-position:-150px -25px; right:27px;}
        .oboxSlideshow_off #oboxSlideshow.hover{background-position:-125px 0px;}
		
		
		