/*
    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; 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;}

/* 
    Ankama corporate 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-color:black;}
#colorbox{}
    #cboxTopLeft{width:52px; height:42px; background:url(../images/colorbox/border-top-left.png); opacity:.5; filter:alpha(opacity=50);}
    #cboxTopRight{width:52px; height:42px; background:url(../images/colorbox/border-top-right.png); opacity:.5; filter:alpha(opacity=50);}
		#cboxClose{position:relative; top:0; left:-23px; background:url(../images/colorbox/close.png); width:37px; height:28px; text-indent:-9999px; filter:alpha(opacity=50);}
		/*#cboxClose.hover{background-position:-25px -25px;}*/
    #cboxBottomLeft{width:52px; height:14px; background:url(../images/colorbox/border-bottom-left.png); opacity:.5; filter:alpha(opacity=50);}
    #cboxBottomRight{width:14px; height:14px; background:url(../images/colorbox/border-bottom-right.png); opacity:.5; filter:alpha(opacity=50);}
    #cboxMiddleLeft{width:52px; background:url(../images/colorbox/border-left.png) repeat-y; opacity:.5; filter:alpha(opacity=50);}
		#cboxPreviousBox{position:absolute; top:50%; text-indent:-9999px;}
			#cboxPrevious{position:relative; top:-40px; background:url(../images/colorbox/left.png); width:52px; height:81px; filter:alpha(opacity=50);}
			/*#cboxPrevious.hover{background-position:-75px -25px;}*/
    #cboxMiddleRight{width:52px; background:url(../images/colorbox/border-right.png) repeat-y; opacity:.5; filter:alpha(opacity=50);}
		#cboxNextBox{position:absolute; top:50%; right:0; text-indent:-9999px;}
			#cboxNext{position:relative; top:-40px; right:0; background:url(../images/colorbox/right.png); width:52px; height:81px; filter:alpha(opacity=50);}
			#cboxNext:hover{background:url(../images/colorbox/right-hover.png);}
    #cboxTopCenter{height:42px; background:url(../images/colorbox/border-top.png) repeat-x; opacity:.5; filter:alpha(opacity=50);}
    #cboxBottomCenter{height:14px; background-color:white; opacity:.5; filter:alpha(opacity=50);}
    #cboxContent{background:#fff;}
        #cboxTitleBox{position:absolute; bottom:0; left:0; width:100%; height:50px; background-color:black; opacity: .6; filter:alpha(opacity=60); display:none;}
			#cboxTitle{position:absolute; bottom:0; left:0; text-align:left; width:100%; color:white;}
			#cboxTitle h2{position:absolute; font-size:18px; font-weight: bold; left:4px; bottom:22px;}
			#cboxTitle h3{position:absolute; font-size:14px; left:4px; bottom:4px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}

