/*
    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;}
#colorbox{}
	#cboxTopLeft {width:25px; height:25px; background:url(/res/img/colorbox/border1.png) 0 0 no-repeat;}
	#cboxTopCenter{height:25px; background:url(/res/img/colorbox/border1.png) 0 -50px repeat-x;}
	#cboxTopRight{width:25px; height:25px; background:url(/res/img/colorbox//border1.png) -25px 0 no-repeat;}
	#cboxBottomLeft{width:25px; height:25px; background:url(/res/img/colorbox//border1.png) 0 -25px no-repeat;}
	#cboxBottomCenter{height:25px; background:url(/res/img/colorbox/border1.png) 0 -75px repeat-x;}
	#cboxBottomRight{width:25px; height:25px; background:url(/res/img/colorbox//border1.png) -25px -25px no-repeat;}
	#cboxMiddleLeft{width:25px; background:url(/res/img/colorbox/border2.png) 0 0 repeat-y;}
    #cboxMiddleRight{width:25px; background:url(/res/img/colorbox/border2.png) -25px 0 repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{background:#fff;margin-bottom:25px;}
		#cboxTitle{position:absolute; left:0px; bottom:0px; color:#000; width:100%;}
		#cboxCurrent{position:absolute; bottom:0; left:0px; color:#000000;}
		#cboxPrevious{position:absolute; top:50%; left:10px; margin-top:-39px; background:url(/res/img/colorbox/prev_h.png) top left no-repeat; width:46px; height:53px; text-indent:-9999px;}
		#cboxPrevious.hover{position:absolute; top:50%; left:10px; margin-top:-39px; background:url(/res/img/colorbox/prev.png) top left no-repeat; width:46px; height:53px; text-indent:-9999px;}
		#cboxNext{position:absolute; top:50%; right:10px; margin-top:-39px; background:url(/res/img/colorbox/next_h.png) top right no-repeat; width:46px; height:53px; text-indent:-9999px;}
		#cboxNext.hover{position:absolute; top:50%; right:10px; margin-top:-39px; background:url(/res/img/colorbox/next.png) top right no-repeat; width:46px; height:53px; text-indent:-9999px;}
		#cboxLoadingOverlay{background:#fff;}
        #cboxLoadingGraphic{background:url(/res/img/colorbox/loading.gif) center center no-repeat; height:100%; width:100%;}
        #cboxClose{position:absolute; top:5px; right:5px; margin-top:5px; margin-right:5px; display:block; background:url(/res/img/colorbox/close.png) top center no-repeat; width:26px; height:26px; text-indent:-9999px;}
        
		.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderTopLeft.png, sizingMethod='scale');}
		.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderTopCenter.png, sizingMethod='scale');}
		.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderTopRight.png, sizingMethod='scale');}
		.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
		.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
		.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderBottomRight.png, sizingMethod='scale');}
		.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
		.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox//internet_explorer/borderMiddleRight.png, sizingMethod='scale');}
		.cboxIE #cboxNext{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox/internet_explorer/next.png, sizingMethod='scale');}
		.cboxIE #cboxPrevious{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox/internet_explorer/prev.png, sizingMethod='scale');}
		.cboxIE #cboxClose{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../res/img/colorbox/internet_explorer/close.png, sizingMethod='scale');}
        
        
        
        
        
        /*#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:100%; left:20px;; color:#000000; margin-top:-20px;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:10px; margin-top:-32px; background:url(/res/img/colorbox/prev.png) top left no-repeat; width:46px; height:53px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:10px; margin-top:-32px; background:url(/res/img/colorbox/next.png) top right no-repeat; width:46px; height:53px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#fff;}
        #cboxLoadingGraphic{background:url(/res/img/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute; top:5px; right:5px; margin-top:5px; margin-right:5px; display:block; background:url(/res/img/colorbox/close.png) top center no-repeat; width:26px; height:26px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}*/
