/*
    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.
	Altered by Eiki Martinson for http://www.eikimartinson.com
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#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;}

#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{background:#000; color:#CCC; padding: 2px;}
#cboxLoadedContent{margin:0 0 0 0;}
#cboxTitle{text-align: left; width:100%; padding-top: 8px; line-height: 1.5em;}
#cboxCurrent{position:absolute; top:-21px; left:50px;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px;color:#0092ef;}
#cboxPrevious{position:absolute; top:-25px; left:5px;font-size: 1.5em;}
#cboxPrevious.hover{background-position:-75px -25px;color:#B3E38D;}
#cboxNext{position:absolute; top:-25px; left:25px;font-size: 1.5em;}
#cboxNext.hover{background-position:-50px -25px;color:#B3E38D;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:-21px; right:0;}
#cboxClose.hover{background-position:-25px -25px;color:#B3E38D;}