#header {
    padding: 50px 0 0 64px;
}
#header img {
    display:block;
}

#left {
    height: 501px;
    background: url(../../images/menu-background.jpg) 20px 0px no-repeat;
}
 ul {
    margin: 54px 0 0 78px;
    list-style-type: none;
}
#left #menu li a {
    display:block;
    width: 91px;
    height:30px;
    text-indent:-9999px;
}
#current a {
    background: url(../../images/nav-current.gif);
}
#archives a {
    background: url(../../images/nav-archives.gif);
}
#available a {
    background: url(../../images/nav-available-works.gif);
}
#artist a {
    background: url(../../images/nav-artist-info.gif);
}
#contact a {
    background: url(../../images/nav-contact.gif);
}
#favourites a {
    background: url(../../images/nav-favourites.gif);
}
#empty {
    height: 10px;
}

#middle {
    text-align: center;
    height: 1400px;
}
#middle #image-holder {
    height: 460px;
}
.caption {
    text-align: left;
    margin-left: 2px;
    font-family: arial;
    font-size: 10px;
    color: #666;
}
.theimage {
    text-align: center;
}
#middle #text-content {
    clear: both;
    text-align: left;
    margin-left: 2px;
    font-family: arial;
    font-size: 11px;
    color: #666;
}
#middle #text-content a {
    font: 11px Arial;
    color: #666;
    text-decoration: none;
}

#middle #text-content a:hover {
    font: 11px Arial;
    color: #666;
    text-decoration: underline;
}
#middle #show-listing {
    clear: both;
    text-align: left;
    margin-left: 2px;
    font-family: arial;
    font-size: 11px;
    color: #666;
}
#middle #show-listing a {
    font: 12px Arial;
    font-weight: bold;
    color: #666;
    text-decoration: underline;
}
#middle #show-listing a:hover {
    font: 12px Arial;
    font-weight: bold;
    color: #666;
    text-decoration: none;
}
#middle #whitelink {
    clear: both;
    text-align: left;
    margin-left: 2px;
    font-family: arial;
    font-size: 9px;
    color: #aaa;
}
#middle #whitelink a {
    font: 9px Arial;
    font-weight: bold;
    color: #aaa;
    text-decoration: none;
}
#middle #whitelink a:hover {
    font: 9px Arial;
    font-weight: bold;
    color: #aaa;
    text-decoration: underline;
}

#middle #hands {
    height: 24px;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
}
#middle #hands .lefthand {
    display:block;
    float: left;
    width: 50px;
    height: 24px;
    background: url(../../images/hand-left-up.gif)  0 0 no-repeat;
}
#middle #hands .lefthand:hover {
    width: 50px;
    height: 24px;
    background: url(../../images/hand-left-over.gif)  0 0 no-repeat;
}

#middle #hands .righthand {
    display:block;
    float: left;
    width: 50px;
    height: 24px;
    background: url(../../images/hand-right-up.gif)  0 0 no-repeat;
}
#middle #hands .righthand:hover {
    width: 50px;
    height: 24px;
    background: url(../../images/hand-right-over.gif)  0 0 no-repeat;
}
#slideshow #slidesContainer {
    margin-left: ;
  margin:0;
  padding: 0;
  width:460px;
  height:470px;
  overflow: hidden; 
}
#slideshow #slidesContainer .slide {
  margin:0;
  padding: 0;
  width:460px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:470px;
}

/**
 * Slideshow controls style rules.
 */
.control_left, .control_right {
  height: 24px;
  text-indent: -9999px;
  margin-left: 178px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
#leftControl {
  position: absolute;
  display: block;
  left: 425px;
  width: 50px;
  height: 24px;
  background:transparent url(../../images/hand-left-up.gif) no-repeat 0 0;
}
#rightControl {
  position: absolute;
  display: block;
  left: 475px;
  width: 50px;
  height: 24px;
  background:transparent url(../../images/hand-right-up.gif) no-repeat 0 0;
}
.thumbtable {
    width: 440px;
}
.thumbtable td {
    padding: 4px;
    width: 148px;
    height: 150px;
    font: 10px Arial;
    color: #666;
}

.thumbtable td a {
    font: 10px Arial;
    color: #666;
    text-decoration: none;
}
.thumbtable td a:hover {
    font: 10px Arial;
    color: #666;
    text-decoration: none;
}

#right {
    height: 501px;
    font-family: arial;
    font-size: 11px;
    color: #666;
}

#right #title {
    font-size: 14px;
}

#right ul {
    width: 170px;
    margin: 16px 0 0 0;
    padding: 0;
}

#right li {
    margin: 0 10px 10px 0;
    padding: 0;
    float: left;
}

#right a {
    font: 11px Arial;
    color: #666;
    text-decoration: none;
}

#right a:hover {
    font: 11px Arial;
    color: #666;
    text-decoration: underline;
}


