/*
 ***********************************************************

 * Component Name: Mac-Dock Gallery
 * Description: Mac dock photo gallery component for Joomla 1.5, 1.6 & 1.7
 * Version: 1.3
 * Edited By: Sameera
 * Author URI: http://www.apptha.com/
 * Date : March 14 2011

 **********************************************************

 @Copyright Copyright (C) 2010-2011 Contus Support
 @license GNU/GPL http://www.gnu.org/copyleft/gpl.html,

 **********************************************************/
#facebox .b {
  background:none;
}
#facebox th,td{padding: 0px!important; border:0px !important; }
#facebox .tl {
  background:none;
}
.popup table{border:0px !important;width:auto !important}
#facebox .tr {
  background:none;
}

#facebox .bl {
  background:none;
}

#facebox .br {
  background:none;
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}
a.close{
background-color: transparent !important; 
}

#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;
}
