/*BlackShadow*/
#colorbox {-moz-box-shadow: 0 0 10px #000; -webkit-box-shadow: 0 0 10px #000; -khtml-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; }
#colorbox, 
#cboxOverlay, 
#cboxWrapper {position: absolute; top: 0; left: 0; z-index: 9999;}
#cboxOverlay {width: 100%; height: 100%;}
#cboxMiddleLeft,
#cboxBottomLeft {clear: left;}
#cboxContent {position: relative; overflow: visible; }
#cboxLoadedContent {padding-top: 40px; overflow: hidden;}
#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;}

#cboxOverlay {background: rgb(0,0,0);}
#colorbox { background: #fff;  border: 6px solid white; border-radius: 6px;}
    #cboxContent {}
        #cboxTitle,
        #cboxCurrent {position: absolute; bottom: -32px; height: 24px; line-height: 24px; color: rgb(112,113,115);}
        #cboxTitle {left: 0; overflow: hidden;}
        #cboxTitle.show {padding: 0 84px 0 8px; background: rgb(255,255,255); -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
        #cboxCurrent {right: 8px;}
        #cboxSlideshow {position: absolute; top: -20px; right: 90px; color: rgb(0,0,0);}
        #cboxPrevious {position: absolute; top: 50%; left: 0; margin-top: -50px; background:75px 100px no-repeat; background: url(); width: 75px; height: 100px; text-indent: -9999px;}
        #cboxPrevious.hover {background-position: 25px 25px;}
        #cboxNext {position: absolute; top: 50%; right: 0; margin-top: -50px; background: 75px 100px no-repeat; background: url(); width: 75px; height: 100px; text-indent: -9999px;}
        #cboxNext.hover {background-position: -50px 25px;}
        #cboxLoadingOverlay {background: rgb(255,255,255);}
		#cboxLoadingGraphic { background: url('../images/loading.gif') center center no-repeat; }
