
/*///////////////    FLOATING DIV  ////////////*/

#FloatingDiv {
 z-index: 100; 
 overflow: hidden; 
 float: left;
 position: relative;
}

/*/////////////// GALLERY BOX ////////////*/

#GalleryBox .b {
  background:url(../images/Template/Graphics/JQ/facebox/b.png);
}

#GalleryBox .tl {
  background:url(../images/Template/Graphics/JQ/facebox/tl.png);
}

#GalleryBox .tr {
  background:url(../images/Template/Graphics/JQ/facebox/tr.png);
}

#GalleryBox .bl {
  background:url(../images/Template/Graphics/JQ/facebox/bl.png);
}

#GalleryBox .br {
  background:url(../images/Template/Graphics/JQ/facebox/br.png);
}

#GalleryBox .next {
  float: left;
  height: 24px;
  width: 22px;
  margin-left: 5px;
  background:url(../images/Template/Graphics/JQ/facebox/nextlabel.gif);
}

#GalleryBox .previous {
  float: left;
  height: 24px;
  width: 22px;
  background:url(../images/Template/Graphics/JQ/facebox/prevlabel.gif);
}


#GalleryBox .close {
  margin-top: 6px;
  margin-left: 100px;
  float: right;
  height: 20px;
  width: 20px;
  background:url(../images/Template/Graphics/JQ/facebox/closelabel.gif);
  background-repeat:no-repeat;
}


#GalleryBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#GalleryBox .popup {
  position: relative;
}

#GalleryBox table {
  border-collapse: collapse;
}

#GalleryBox td {
  border-bottom: 0;
  padding: 0;
}

#GalleryBox .body {
  padding: 10px;
  background: #1e1e1e;
  width: 250px;
}

#GalleryBox .loading {
  text-align: center;
}

#GalleryBox .image {
  text-align: center;
}

#GalleryBox img {
  border: 0;
  margin: 0;
}

#GalleryBox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#GalleryBox .tl, #GalleryBox .tr, #GalleryBox .bl, #GalleryBox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#GalleryBox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.GalleryBox_hide {
  z-index:-100;
}

.GalleryBox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #GalleryBox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/*///////////////    END Gallery BOX      ////////////*/
	




/*///////////////    FACE BOX         ////////////*/



#facebox .b {
  background:url(../images/Template/Graphics/JQ/facebox/b.png);
}

#facebox .tl {
  background:url(../images/Template/Graphics/JQ/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/Template/Graphics/JQ/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/Template/Graphics/JQ/facebox/bl.png);
}

#facebox .br {
  background:url(../images/Template/Graphics/JQ/facebox/br.png);
}

#facebox #loadingImage {
	margin: 20px auto;	
  height: 32px;
  width: 32px;
  background:url(../images/Template/Graphics/JQ/facebox/loading.gif);

}

#facebox .close {
  margin-top: 6px;
  margin-left: 100px;
  float: right;
  height: 20px;
  width: 20px;
  background:url(../images/Template/Graphics/JQ/facebox/closelabel.gif);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #ffffff;
  width: 250px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


