/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#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;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;/*#7b3f3a*/}

#colorbox{}
    #cboxContent{margin-top:20px;background:#fff;}
        #cboxLoadedContent{background:#fff; padding:40px;
		box-shadow: 0 8px 8px rgba(117, 185, 240, 0.6);
	   -webkit-box-shadow: 0 8px 8px rgba(117, 240, 255, 0.6);
	   -moz-box-shadow: 0 8px 8px rgba(117, 185, 240, 0.6);}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#000;}
        #cboxSlideshow{position:absolute; top:-20px; right:130px; color:#000;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url('../images/controls.png') no-repeat top left; width:32px; height:32px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:0px; margin-top:-32px; background:url('../images/controls.png') no-repeat ; width:40px; height:32px; text-indent:-9999px; background-position: 70% 0%;}
       /* #cboxNext.hover{background-position:bottom right;}*/
        #cboxLoadingOverlay{background:#18181e;}
        #cboxLoadingGraphic{background:url('../images/loading_g.gif') no-repeat center center;}
        #cboxClose{position:absolute; top:7px; right:7px; display:block; background:url('../images/close.png') no-repeat 0px 0px; width:22px; height:22px; text-indent:-9999px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50); -moz-opacity: 0.5;opacity: 0.5;}
        #cboxClose.hover{-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";filter: alpha(opacity=90); -moz-opacity: 0.9;opacity: 0.9;}