/*
    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:200; 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;}

/* 
    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:url("../images/b_overlay_bg.png") repeat 0 0;}
#colorbox{outline:none;}
#cboxContent{background:#fff;}
#cboxClose{display:none !important;}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/

#colorbox.itemStyleColorbox #cboxContent{padding:20px 60px 30px;}
#colorbox.itemStyleColorbox #cboxPrevious,#colorbox.itemStyleColorbox #cboxNext{background:url("../images/n/sprite.png") no-repeat;border:none;outline:none;height:60px;position:absolute;text-indent:-9999px;top:45%;width:23px;z-index:210;}
#colorbox.itemStyleColorbox #cboxPrevious{background-position:-163px -106px;left:20px;} 
#colorbox.itemStyleColorbox #cboxPrevious:HOVER{background-position:-104px -106px;left:20px;} 
#colorbox.itemStyleColorbox #cboxNext{background-position: -194px -106px;right:20px;} 
#colorbox.itemStyleColorbox #cboxNext:HOVER{background-position: -135px -106px;right:20px;} 
#colorbox.itemStyleColorbox #cboxCurrent{text-align:center;position:absolute;bottom:10px;right:0;left:0;}
#colorbox.itemStyleColorbox #cboxClose{display:block !important;}
#colorbox.itemStyleColorbox #cboxClose{background:url("../images/n/sprite.png") no-repeat;border:none;outline:none;height:22px;position:absolute;text-indent:-9999px;width:22px;z-index:210;}
#colorbox.itemStyleColorbox #cboxClose:HOVER{background-position: -323px 0;right:10px;top:10px} 
#colorbox.itemStyleColorbox #cboxClose{background-position: -300px 0;right:10px;top:10px} 

#colorbox.basketColorboxStyle #cboxClose,#colorbox.basketColorboxStyle #cboxNext,#colorbox.basketColorboxStyle #cboxPrevious{display:none !important;}
#colorbox.basketColorboxStyle,#colorbox.basketColorboxStyle #cboxOverlay,#colorbox.basketColorboxStyle #cboxWrapper,#colorbox.basketColorboxStyle #cboxContent,#colorbox.basketColorboxStyle #cboxLoadedContent{overflow:visible !important;}
#colorbox.basketColorboxStyle #cboxCurrent{display:none !important}


