

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;}
#cboxOverlay{position:fixed;width:100%;height:100%;background-color:#000;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;overflow:hidden;}
#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;}

#cboxClose			{padding-right:20px;position:absolute;right:10px;top:6px;width:auto;height:20px;font-size:12px;background:url(img/slide/close.gif) no-repeat right center;}

#colorbox			{font-size:0.8em;}
#cboxContent			{background:#fff;}
#cboxLoadedContent		{margin:30px 10px 80px;}
#cboxTitle			{position:absolute;border-bottom:1px solid #eaeaea;bottom:40px;width:100%;margin:0 10px;padding-bottom:10px;color:#6c6c6c;font-size:13px;text-align:center;}
#cboxCurrent			{margin:0 auto;left:48%;color:#12B3EF;font-size:12px;color:#6c6c6c;position:absolute;bottom:13px}
#cboxSlideshow			{left:30px;color:#a0a0a0;}
#cboxLoadingOverlay		{}
#cboxLoadingGraphic		{background:url(images/loading.gif) center center no-repeat;}


#cboxPrevious,
#cboxNext			{width:20px;height:20px;text-indent:-9999px;display:block;position:absolute;bottom:10px;}

#cboxPrevious			{background:url(img/slide/prev.gif) left top no-repeat;left:40%}
#cboxNext			{background:url(img/slide/next.gif) left top no-repeat;right:40%}

#cboxPrevious.hover,		
#cboxNext.hover			{background-position:left bottom}

