

/* Start:/local/templates/troica/css/page-nav.css?17501410973617*/
/*ony for one corner, use this variable several time for other corners*/
.pi-pagenav ul {
  list-style: none;
  padding-left: 0;
}
.pi-pagenav li {
  display: inline-block;
}
.pi-pagenav a {
  display: inline-block;
  padding: 6px 10px 6px;
  border: 1px solid transparent;
  line-height: 16px;
  font-size: 14px;
  vertical-align: middle;
  ountline: none;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.pi-pagenav a i,
.pi-pagenav a img {
  margin-left: 0px;
}
.pi-pagenav a img {
  width: 16px;
  margin-top: -2px;
}
.pi-pagenav a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.pi-pagenav a:hover,
.pi-pagenav a:focus {
  text-decoration: none;
}
.pi-pagenav a:active,
.pi-pagenav a.active {
  outline: 0;
}
.pi-pagenav.pi-big a {
  padding: 9px 13px 9px;
  line-height: 18px;
}
.pi-section-white .pi-pagenav a,
.pi-section-grey .pi-pagenav a {
  background: #f4f6f6;
  border-color: #e3e9e9;
  color: #586266;
  box-shadow: inset 0 1px 0 #f8fafa;
  text-shadow: 0 1px 0 #ffffff;
}
.pi-section-white .pi-pagenav a:hover,
.pi-section-grey .pi-pagenav a:hover {
  background: #a5b3b4;
  border-color: #9eadae;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #aebbbc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-white .pi-pagenav a.pi-active,
.pi-section-grey .pi-pagenav a.pi-active {
  background: #86ba41;
  border-color: #79b037;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #92c148;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-white .pi-pagenav a.pi-active:hover,
.pi-section-grey .pi-pagenav a.pi-active:hover {
  background: #639a33;
  border-color: #59902c;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #6da438;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-base .pi-pagenav a {
  background: #82b640;
  border-color: #92bf54;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-base .pi-pagenav a:hover {
  background: #86ba41;
  border-color: #99c55b;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-base .pi-pagenav a.pi-active {
  background: #619731;
  border-color: #598f2d;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-base .pi-pagenav a.pi-active:hover {
  background: #568d2b;
  border-color: #4f8428;
  color: #ffffff;
  box-shadow: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}
.pi-section-dark .pi-pagenav a,
.pi-section-parallax .pi-pagenav a {
  background: #1b1f24;
  border-color: #191d21;
  color: #a5afb8;
  box-shadow: inset 0 1px 0 #1e2127;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-dark .pi-pagenav a:hover,
.pi-section-parallax .pi-pagenav a:hover {
  background: #16191d;
  border-color: #14171a;
  color: #9ca7b1;
  box-shadow: inset 0 1px 0 #181a1f;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-dark .pi-pagenav a.pi-active,
.pi-section-parallax .pi-pagenav a.pi-active {
  background: #86ba41;
  border-color: #79b037;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #92c148;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.pi-section-dark .pi-pagenav a.pi-active:hover,
.pi-section-parallax .pi-pagenav a.pi-active:hover {
  background: #639a33;
  border-color: #59902c;
  color: #ffffff;
  box-shadow: inset 0 1px 0 #6da438;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

/* End */


/* Start:/local/templates/troica/css/tables.css?175014109713190*/
/*ony for one corner, use this variable several time for other corners*/
table.pi-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7 and lower */

  border-spacing: 0;
}
table.pi-table tr,
table.pi-table th,
table.pi-table td {
  border-style: solid;
  border-width: 0;
}
table.pi-table.no_float_left td {
  float:inherit;
}
table.pi-table thead tr th {
  font-weight: bold;
  border-bottom-width: 2px;
}
table.pi-table tbody tr td {
  border-bottom-width: 1px;
}
table.pi-table tbody tr:last-child {
  border-bottom-width: 0;
}
table.pi-table th,
table.pi-table td {
  padding: 9px 20px 10px;
}
table.pi-table i {
  margin-right: 8px;
}
table.pi-table.pi-table-hovered tbody tr {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
table.pi-table.pi-table-complex tr {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead tr th {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex thead:first-child tr:first-child th,
table.pi-table.pi-table-complex thead:first-child tr:first-child td,
table.pi-table.pi-table-complex tbody:first-child tr:first-child td,
table.pi-table.pi-table-complex tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
table.pi-table.pi-table-complex thead:last-child tr:last-child th,
table.pi-table.pi-table-complex thead:last-child tr:last-child td,
table.pi-table.pi-table-complex tbody:last-child tr:last-child td,
table.pi-table.pi-table-complex tfoot:last-child tr:last-child td {
  border-bottom-width: 1px;
}
table.pi-table.pi-table-complex th,
table.pi-table.pi-table-complex td {
  padding: 9px 20px 10px;
}
table.pi-table.pi-table-complex th:first-child,
table.pi-table.pi-table-complex td:first-child {
  border-left-width: 1px;
}
table.pi-table.pi-table-complex th:last-child,
table.pi-table.pi-table-complex td:last-child {
  border-right-width: 1px;
}
table.pi-table.pi-round {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table.pi-table.pi-round thead:first-child tr:first-child th:first-child,
table.pi-table.pi-round thead:first-child tr:first-child td:first-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
table.pi-table.pi-round thead:first-child tr:first-child th:last-child,
table.pi-table.pi-round thead:first-child tr:first-child td:last-child,
table.pi-table.pi-round tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:first-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
table.pi-table.pi-round tfoot:last-child tr:last-child td:last-child,
table.pi-table.pi-round tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
}
table.pi-table.pi-table-all-borders td,
table.pi-table.pi-table-all-borders th {
  border-left-width: 1px;
}
table.pi-table.pi-table-all-borders td:last-child,
table.pi-table.pi-table-all-borders th:last-child {
  border-right-width: 1px;
}
table.pi-table.pi-table-all-borders thead:first-child tr:first-child th,
table.pi-table.pi-table-all-borders thead:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tbody:first-child tr:first-child td,
table.pi-table.pi-table-all-borders tfoot:first-child tr:first-child td {
  border-top-width: 1px;
}
.pi-responsive-table-lg {
  width: 100%;
  margin-bottom: 20px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overlow-scrolling: touch;
}
.pi-responsive-table-lg > table {
  margin-bottom: 0;
}
.pi-responsive-table-lg > table > thead > tr > th,
.pi-responsive-table-lg > table > tbody > tr > th,
.pi-responsive-table-lg > table > tfoot > tr > th,
.pi-responsive-table-lg > table > thead > tr > td,
.pi-responsive-table-lg > table > tbody > tr > td,
.pi-responsive-table-lg > table > tfoot > tr > td {
  white-space: nowrap;
}
@media (max-width: 1119px) {
  .pi-responsive-table-md {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-md > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-md > table > thead > tr > th,
  .pi-responsive-table-md > table > tbody > tr > th,
  .pi-responsive-table-md > table > tfoot > tr > th,
  .pi-responsive-table-md > table > thead > tr > td,
  .pi-responsive-table-md > table > tbody > tr > td,
  .pi-responsive-table-md > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .pi-responsive-table-sm {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-sm > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-sm > table > thead > tr > th,
  .pi-responsive-table-sm > table > tbody > tr > th,
  .pi-responsive-table-sm > table > tfoot > tr > th,
  .pi-responsive-table-sm > table > thead > tr > td,
  .pi-responsive-table-sm > table > tbody > tr > td,
  .pi-responsive-table-sm > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .pi-responsive-table-xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-xs > table > thead > tr > th,
  .pi-responsive-table-xs > table > tbody > tr > th,
  .pi-responsive-table-xs > table > tfoot > tr > th,
  .pi-responsive-table-xs > table > thead > tr > td,
  .pi-responsive-table-xs > table > tbody > tr > td,
  .pi-responsive-table-xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 479px) {
  .pi-responsive-table-2xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-2xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-2xs > table > thead > tr > th,
  .pi-responsive-table-2xs > table > tbody > tr > th,
  .pi-responsive-table-2xs > table > tfoot > tr > th,
  .pi-responsive-table-2xs > table > thead > tr > td,
  .pi-responsive-table-2xs > table > tbody > tr > td,
  .pi-responsive-table-2xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
@media (max-width: 319px) {
  .pi-responsive-table-3xs {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overlow-scrolling: touch;
  }
  .pi-responsive-table-3xs > table {
    margin-bottom: 0;
  }
  .pi-responsive-table-3xs > table > thead > tr > th,
  .pi-responsive-table-3xs > table > tbody > tr > th,
  .pi-responsive-table-3xs > table > tfoot > tr > th,
  .pi-responsive-table-3xs > table > thead > tr > td,
  .pi-responsive-table-3xs > table > tbody > tr > td,
  .pi-responsive-table-3xs > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.pi-section-white table.pi-table th {
  border-color: #586266;
  color: #586266;
}
.pi-section-white table.pi-table td {
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8fafa;
}
.pi-section-white table.pi-table.pi-table-complex tr,
.pi-section-white table.pi-table.pi-table-complex td,
.pi-section-white table.pi-table.pi-table-complex th {
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-complex thead tr th {
  background: #f8fafa;
  color: #586266;
  border-color: #e5eaea;
}
.pi-section-white table.pi-table.pi-table-complex tbody tr {
  background: #ffffff;
}
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #ffffff;
}
.pi-section-white table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f8fafa;
}
.pi-section-white table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-white table.pi-table.pi-table-all-borders th {
  border-color: #e5eaea;
}
.pi-section-grey table.pi-table th {
  border-color: #3f4551;
  color: #1c202a;
}
.pi-section-grey table.pi-table td {
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f1f3f6;
}
.pi-section-grey table.pi-table.pi-table-complex tr,
.pi-section-grey table.pi-table.pi-table-complex td,
.pi-section-grey table.pi-table.pi-table-complex th {
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-complex thead tr th {
  background: #e8ebf0;
  color: #1c202a;
  border-color: #d1d7d9;
}
.pi-section-grey table.pi-table.pi-table-complex tbody tr {
  background: #f8f9fb;
}
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #f8f9fb;
}
.pi-section-grey table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #f1f3f6;
}
.pi-section-grey table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pi-section-grey table.pi-table.pi-table-all-borders th {
  border-color: #d1d7d9;
}
.pi-section-base table.pi-table th {
  border-color: #ffffff;
  color: #ffffff;
}
.pi-section-base table.pi-table td {
  border-color: #94be5e;
}
.pi-section-base table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #7fb340;
}
.pi-section-base table.pi-table.pi-table-complex tr,
.pi-section-base table.pi-table.pi-table-complex td,
.pi-section-base table.pi-table.pi-table-complex th {
  border-color: #9dc85e;
}
.pi-section-base table.pi-table.pi-table-complex thead tr th {
  background: #86ba41;
  color: #ffffff;
  border-color: #9dc85e;
}
.pi-section-base table.pi-table.pi-table-complex tbody tr {
  background: #7fb340;
}
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #78ab3e;
}
.pi-section-base table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #7fb340;
}
.pi-section-base table.pi-table.pi-table-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pi-section-base table.pi-table.pi-table-all-borders th {
  border-color: #94be5e;
}
.pi-section-dark table.pi-table th {
  border-color: #c6ccd0;
  color: #c6ccd0;
}
.pi-section-dark table.pi-table td {
  border-color: #2e343a;
}
.pi-section-dark table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #24292f;
}
.pi-section-dark table.pi-table.pi-table-complex tr,
.pi-section-dark table.pi-table.pi-table-complex td,
.pi-section-dark table.pi-table.pi-table-complex th {
  border-color: #32383f;
}
.pi-section-dark table.pi-table.pi-table-complex thead tr th {
  background: #262c32;
  color: #c6ccd0;
  border-color: #32383f;
}
.pi-section-dark table.pi-table.pi-table-complex tbody tr {
  background: #2a3037;
}
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #2a3037;
}
.pi-section-dark table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #262c32;
}
.pi-section-dark table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pi-section-dark table.pi-table.pi-table-all-borders th {
  border-color: #2e343a;
}
.pi-section-parallax table.pi-table th {
  border-color: #b1b1ba;
  color: #cbccd1;
}
.pi-section-parallax table.pi-table td {
  border-color: #242427;
}
.pi-section-parallax table.pi-table.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1a1b1d;
}
.pi-section-parallax table.pi-table.pi-table-complex tr,
.pi-section-parallax table.pi-table.pi-table-complex td,
.pi-section-parallax table.pi-table.pi-table-complex th {
  border-color: #25252a;
}
.pi-section-parallax table.pi-table.pi-table-complex thead tr th {
  background: #212224;
  color: #cbccd1;
  border-color: #27282b;
}
.pi-section-parallax table.pi-table.pi-table-complex tbody tr {
  background: #1c1d1f;
}
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n-1) {
  background: #1b1c1e;
}
.pi-section-parallax table.pi-table.pi-table-complex.pi-table-zebra tbody tr:nth-child(2n) {
  background: #1f2022;
}
.pi-section-parallax table.pi-table.pi-table-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.pi-section-parallax table.pi-table.pi-table-all-borders th {
  border-color: #242427;
}

/* End */


/* Start:/local/templates/troica/3dParty/colorbox/colorbox.css?17501410974426*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/local/templates/troica/3dParty/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{outline:0;z-index:999999999999999 !important}
    #cboxTopLeft{width:21px; height:21px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/local/templates/troica/3dParty/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/local/templates/troica/3dParty/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/local/templates/troica/3dParty/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/local/templates/troica/3dParty/colorbox/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/local/templates/troica/3dParty/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */
/* /local/templates/troica/css/page-nav.css?17501410973617 */
/* /local/templates/troica/css/tables.css?175014109713190 */
/* /local/templates/troica/3dParty/colorbox/colorbox.css?17501410974426 */
