/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {position:absolute; top:0; left:0; overflow:hidden;}
#cboxOverlay{ position:fixed; background-color: #000; width:100%; height:100%; cursor: default !important; }

#cboxLoadingOverlay, #cboxLoadingGraphic								{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxLoadingGraphic														{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay														{}

#colorbox																{ position: relative; padding: 40px 20px 20px 20px; background-color: #FFFFFF !important; box-shadow: 2px 2px 10px #999; -moz-box-shadow: 2px 2px 10px #999; -webkit-box-shadow: 2px 2px 10px #999; }

#cboxLoadingGraphic														{ background:url(images/loading.gif) no-repeat center center;}
#cboxLoadedContent														{ padding: 10px 0px; }
#cboxTitle																{ font-size: 12px; line-height: normal; position:absolute; bottom: 0px; padding: 5px; }
#cboxTitle b															{ display: block; }

#cboxClose																{ position:absolute; background: url(images/close.png); width: 24px; height: 24px; top: 14px; right: 20px; border: 0px; cursor: pointer; }
#cboxCurrent, #cboxSlideshow											{ display: none !important; }
#cboxNext																{ position: absolute; top: 50%; right: 30px; background: url(images/next.png); width: 48px; height: 48px; border: 0px; cursor: pointer; }
#cboxPrevious															{ position: absolute; top: 50%; left: 30px; background: url(images/previous.png); width: 48px; height: 48px; border: 0px; cursor: pointer; }
/* #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose 					{ border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top: 0px; background:url(images/controls.png) no-repeat 0 0; cursor: pointer; } */
/*
#cboxPrevious															{background-position:0px 0px; right:44px;}
#cboxPrevious:hover														{background-position:0px -25px;}
#cboxNext																{background-position:-25px 0px; right:22px;}
#cboxNext:hover															{background-position:-25px -25px;}
#cboxClose																{background-position:-50px 0px; right:0;}
#cboxClose:hover														{background-position:-50px -25px;}
#cboxCurrent 															{ display: none !important; }	
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious		{right:66px;}
.cboxSlideshow_on #cboxSlideshow										{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover									{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow										{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover									{background-position:-75px -25px;}
*/