/******   trubet sliding panels  css  *****/

/*****

i apologise if you're looking at this-
my css skills are so bad that the
code below will possibly make your eyes bleed,
or at least cause severe vomiting...

site design: the.x.man  basic web design
http://www.thexman.net.nz/web-design/
jono[at]thexman[dot]net[dot]nz

*****/


/*****  slide panels  *****/


.outer {
  clear: both;
  width: 672px;
  border: 1px solid #4a516e;
  border-left: 0;
  border-right: 0;
  background: url(../background/slidePanel.gif);
  margin: 6px 20px 12px 20px;
}

.outer .inner {
  overflow: hidden;
}

.outer .title, .outer .titlehidden {
  text-align: center;
  display: block;
  height: 30px;
  font-size: 1.1em;
  color: #e2e5f4;
  line-height: 12px;
  cursor: pointer;
  padding: 6px 0 0 0;
}

.arrow {
  padding: 4px 0 0 0;
}

.divider {
  height: 14px;
  border: 1px solid #4a516e;
  border-left: 0;
  border-right: 0;
  background: #232838;
  margin: 0;
}

.thumbs {
  clear: both;
  margin: 0 0 0 7px;
}

.thumbs span {
  float: left;
  display: block;
  width: 145px;
  height: 109px;
  border: 1px solid #4a516e;
  padding: 5px;
  margin: 0 6px 6px 0;
}

html>body .thumbs span {
  width: 148px;
}

.thumbs span.empty {
  border: 1px solid #232838;
}

a img.thumb {
  float: left;
  border: 1px solid #9598b2;
  padding: 1px;
  margin: 0 6px 6px 0;
}

a:hover img.thumb {
  border: 1px solid #fff;
}

.ie7-fix {
  clear: both;
  line-height: 6px;
  margin: 0;
}
