#cboxOverlay{background:#ccc; position:fixed; top:0; left:0; width:100%; height:100%; z-index:1000}
#colorbox{background:#fff;z-index:1001; -moz-box-shadow: 0px 0px 5px #666;-webkit-box-shadow: 0px 0px 5px #666;box-shadow: 0px 0px 5px #666;-moz-border-radius: 5px;border-radius: 5px;}
#cboxContent{margin-top:20px;}
#cboxLoadedContent{padding:30px 1px 1px;border-top:1px dotted #cacaca;margin:28px 16px 16px;}
#cboxLoadingGraphic{background:url(../img/ajax-loader-transp.gif) center center no-repeat;}
#cboxLoadingOverlay{}
#cboxTitle{
position: absolute;
top: 9px;
right: 86px;
color: #888;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
padding-left: 16px;}
#cboxCurrent{position:absolute;top:-6px;right:205px;text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px;width:20px;height:20px;position:absolute;margin:0;top:6px;background:url(../img/controls.gif) 0 0 no-repeat;}
#cboxSlideshow{position:absolute;top:3px;right:37px;color:#0092ef;}
#cboxPrevious{background-position:0px 0px;right:62px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px;right:40px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px;right:16px;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:73px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;right:51px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px;right:51px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
.cboxIframe{ width:100%; height:100%; border:none}
