/*
    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.
*/
#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;}
#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;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#FFF;}

/*
	Border definitions
*/
#cboxMiddleLeft, #cboxMiddleRight{width: 10px; border: 2px solid #; background-color:#000000; opacity: 0.6; filter:alpha(opacity=60) }
#cboxTopCenter,  #cboxBottomCenter {height: 10px;background-color:#000000;opacity: 0.6; filter:alpha(opacity=60)}
#cboxBottomLeft, #cboxBottomRight, #cboxTopLeft, #cboxTopRight{width: 10px; height: 10px; background-color:#000000;opacity: 0.6; filter:alpha(opacity=60)}


/*#cboxTopCenter {height: 38px; background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/border_top.png) 0 0 repeat-x; }
#cboxBottomCenter {height: 38px; background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/border_bottom.png) 0 0 repeat-x; }
#cboxMiddleRight {width: 21px; background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/border_right.png) 0 0 repeat-y; }
#cboxMiddleLeft {width: 21px; background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/border_left.png) 0 0 repeat-y; }

#cboxBottomLeft {width: 21px; height: 38px;  background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/corner_bottom_left.png) 0 0 no-repeat; }
#cboxBottomRight {width: 21px; height: 38px;  background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/corner_bottom_right.png) 0 0 no-repeat; }
#cboxTopLeft {width: 21px; height: 38px;  background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/corner_top_left.png) 0 0 no-repeat; }
#cboxTopRight {width: 21px; height: 38px;  background: transparent url(https://static.murdoch.edu.au/wouint/style/colorbox.css/image/corner_top_right.png) 0 0 no-repeat; }
*/
/*
#cboxTopCenter{ border-top: 6px solid #999999; }
#cboxBottomCenter{ border-bottom: 6px solid #999999; }
#cboxMiddleLeft{border-left: 6px solid #999999; opacity: 0.8;}
#cboxMiddleRight{border-right: 6px solid #999999; opacity: 0.8;}
*/

#colorbox{}
    #cboxContent{}
        #cboxLoadedContent{background:#fff;}
			#cboxLoadedContent div{margin: auto;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
      
        #cboxPrevious.hover{background-position:bottom left;}
   
        #cboxLoadingOverlay{background:#fff;}
        #cboxLoadingGraphic{background:url(https://static.murdoch.edu.au/wouint/images/Icons/ajax-loader.gif/) center center no-repeat;}
     
		#cboxClose{position:absolute; top:0px; right:0px; display:block; width:16px; height:19px; background:url(https://static.murdoch.edu.au/wouint/images/Icons/close_button.jpg/) 0 0 no-repeat; text-indent: -9999px;}
        #cboxClose.hover{position:absolute; top:0px; right:0px; display:block; width:16px; height:19px; background:url( https://static.murdoch.edu.au/wouint/images/Icons/close_button_over.jpg/)0px 0px no-repeat; text-indent: -9999px;}