/*
 * Ext Core Library Examples 3.0 Beta
 * http://extjs.com/
 * Copyright(c) 2006-2009, Ext JS, LLC.
 * 
 * The MIT License
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 * 
 */

#ux-facebox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15000;
    text-align: center;
    line-height: 0;
}

#ux-facebox img {
    width: auto;
    height: auto;
}

#ux-facebox-item {
    line-height: 1;
}

#ux-facebox a img {
    border: none;
}

#ux-facebox-outerItemContainer {
    position: relative;
    /*width: 250px;
    height: 250px;*/
    margin: 0 auto;
}

#ux-facebox-itemContainer {
    padding: 10px;
    background-color: #fff;
}

#ux-facebox-loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: url(facebox/loading.gif) no-repeat center 15%;
}

#ux-facebox-hoverNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#ux-facebox-imageContainer > #ux-facebox-hoverNav {
    left: 0;
}

#ux-facebox-hoverNav a{
    outline: none;
}

#ux-facebox-navPrev,
#ux-facebox-navNext {
    width: 49%;
    height: 100%;
    
    display: block;
}

#ux-facebox-navPrev { left: 0; float: left;}
#ux-facebox-navNext { right: 0; float: right;}
/*
#ux-facebox-navPrev:hover, #ux-facebox-navPrev:visited:hover { background: url(images/lb-prev.png) left 33% no-repeat; }
#ux-facebox-navNext:hover, #ux-facebox-navNext:visited:hover { background: url(images/lb-next.png) right 33% no-repeat; }
*/
#ux-facebox-outerDataContainer {
    margin: 0 auto;
    width: 100%;
}

#ux-facebox-dataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #f3efec;
    overflow: auto;
    line-height: 1.4em;
}

#ux-facebox-data{	padding:0 10px; color: #666; }
#ux-facebox-data #ux-facebox-details{ width: 80%; float: left; text-align: left; }
#ux-facebox-data #ux-facebox-caption{ font-weight: bold;	}
#ux-facebox-data #ux-facebox-imageNumber{ display: block; clear: left; padding-bottom: 1.0em;	}
/*
#ux-facebox-data #ux-facebox-navClose{ background: url(images/lb-close.gif) no-repeat; width: 66px; height: 22px; float: right;  padding-bottom: 0.7em; outline: none;}
#ux-facebox-data #ux-facebox-navClose:hover{ background-image: url(images/lb-close-over.gif);}
*/

#ux-facebox-overlay,
#ux-facebox-shim{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14999;
    width: 100%;
    height: 500px;
    background-color: transparent;
    padding: 0;
    margin: 0;
}

#ux-facebox-shim {
    z-index: 1498;
    background-color: transparent;
    
    -khtml-opacity: 0.15; 
	-moz-opacity:0.15;
    opacity:0.15;
    filter: alpha(opacity=15); 
}




#ux-facebox-overlay{
    -khtml-opacity: 0.15; 
	-moz-opacity:0.15;
    opacity:0.15;
    filter: alpha(opacity=15); 
}


#ux-facebox .b {
  background:url(facebox/b.png);
}
    #ux-facebox .tb {
      background:url(facebox/tb.png) bottom;
    }
    #ux-facebox .bb {
      background:url(facebox/tb.png);
    }
    #ux-facebox .lb {
      background:url(facebox/lr.png) right;
    }
    #ux-facebox .rb {
      background:url(facebox/lr.png);
    }

#ux-facebox .tl {
  background:url(facebox/tl.png);
}

#ux-facebox .tr {
  background:url(facebox/tr.png);
}

#ux-facebox .bl {
  background:url(facebox/bl.png);
}

#ux-facebox .br {
  background:url(facebox/br.png);
}


#ux-facebox table {
  border-collapse: collapse;
  width:100%
}

#ux-facebox td {
  border-bottom: 0;
  padding: 0;
}


#ux-facebox .tl, #ux-facebox .tr, #ux-facebox .bl, #ux-facebox .br {
  height: 11px;
  width: 11px;
  overflow: hidden;
  font-size:2px;
  padding: 0;
}
