/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto; width:0; height:0;}
#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;}

/* 
Custom Colorbox Styles for Siberalem - BC
*/
#cboxOverlay{background:#fff;}

#colorbox{}
	#cboxContent{margin-top:32px;margin-right:32px;margin-bottom:32px;}
		#cboxLoadedContent{background:#606060;padding:2px;}
                #cboxLoadingGraphic{background:url(http://rvprx.siberalem.com/img/ajax-loading-black.gif) center center no-repeat;}
                #cboxLoadingOverlay{background:#000;}
                #cboxTitle{position:absolute; top:-26px; left:0; background-color:#606060; font-family:'trebuchet ms',arial,sans-serif;font-size:14px; font-weight:bold; padding:3px 7px; border:2px solid #606060; color:#f2f2f2;}
                #cboxCurrent{position:absolute; bottom:-24px; left:-2px; background-color:#f2f2f2; font-family:'trebuchet ms',arial,sans-serif;font-size:12px; font-weight:bold; padding:3px 7px;}
                
                #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:24px; height:24px; position:absolute; right:-29px; background:url(http://rvprx.siberalem.com/img/colorbox_buttons12.gif) 0 0 no-repeat;}

                #cboxPrevious{background-position:0px 0px; top:64px;}
                #cboxPrevious.hover{background-position:0px -24px;}
                #cboxNext{background-position:-48px 0px; top:32px;}
                #cboxNext.hover{background-position:-48px -24px;}
		#cboxClose{background-position:-24px 0px; top:0px;}
		#cboxClose.hover{background-position:-24px -24px;}

                .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{top:64px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-72px 0px; bottom:0px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-96px -24px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-96px 0px; bottom:0px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-72px -24px;}