/* Global Reset */
#fullGallery div,
#fullGallery a,
#fullGallery img
{ margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;border:none;border-spacing:0px;border-collapse:collapse;}



/* ===================================== GALLERY HOLDER */


#fullGallery #slide-holder
{
  z-index : 40;
  position : absolute;
  background-color:white;
}

#fullGallery #slide-holder div#slide-runner
{
  top : 0px;
  left : 0px;
  overflow : hidden;
  position : absolute;
}

#fullGallery #slide-holder img
{
  margin : 0;
  display : none;
  position : absolute;
}

/* ===================================== CONTROLS HOLDER */

#fullGallery #slide-controls td
{
  padding:10px;
  vertical-align:middle;
  
  font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
  font-weight: bold; 
}

#fullGallery #slide-controls p.text
{
  color : #fff;
  display : block;
  line-height : 24px;
  margin : 0 10px;
  text-transform : uppercase;
  
}

#fullGallery #slide-controls p#slide-nav
{
  height : 24px;
  display : inline;
  margin : 0 10px;
  text-align:right;
}

#fullGallery #slide-controls p#slide-nav a
{
  float : left;
  width : 24px;
  height : 24px;
  display : inline;
  font-size : 11px;
  margin : 0 0 5px 5px;
  line-height : 24px;
  font-weight : bold;
  text-align : center;
  color : #fff;
  text-decoration : none;
  background-position : 0 0;
  background-repeat : no-repeat;
  white-space: nowrap;
}

#fullGallery #slide-controls p#slide-nav a:hover {
  background-position : 0 -48px;
}

#fullGallery #slide-controls p#slide-nav a.on {
  background-position : 0 -24px;
}





/* ============================================= SIGNATURE */
#ag_label
{
  margin:0px;
  padding:5px;
  padding-left:10px;
  padding-bottom:10px;
  text-align:left;
  
}

#ag_label #ag_linkAdmiror
{
 margin:0px;
 padding:0px;
 background-color:#a00;
 
 text-decoration:none;
}

#ag_label #ag_linkGallery
{
 margin:0px;
 padding:0px;
 background-color:#333;
 
 text-decoration:none;
}

#ag_label #ag_linkAdmiror span
{
  margin:0px;
  padding:1px 3px;
 
  color:#eee;
  font:bold 8px Arial, Sans;
  text-transform:uppercase;
  text-decoration:none;
}

#ag_label #ag_linkGallery span
{
  margin:0px;
  padding:1px 3px;
 
  color:#eee;
  font:bold 8px Arial, Sans;
  text-transform:uppercase;
  text-decoration:none;
}



.decorLine_back
{
  display:block;
  height:24px;
  background-image : url("decorLine.jpg");
}

.decorLine_right
{
  display:block;
  height:24px;
  
  background-image : url("decorLine.jpg");
  background-position:right -24px;
  background-repeat:no-repeat;
}

.decorLine_left
{
  display:block;
  height:24px;
 
  background-image : url("decorLine.jpg");
  background-position:left -48px;
  background-repeat:no-repeat;
}